mirror of https://git.musl-libc.org/git/musl
Browse Source
only @PLT relocations are considered functions for purposes of -Bsymbolic-functions, so always use @PLT. it should not hurt in the static-linked case.rs-1.0
4 changed files with 6 additions and 6 deletions
@ -1,5 +1,5 @@ |
|||
.global dlsym |
|||
.type dlsym,@function |
|||
dlsym: |
|||
brid __dlsym |
|||
brid __dlsym@PLT |
|||
add r7, r15, r0 |
|||
|
|||
Loading…
Reference in new issue