fix microblaze asm relocations for shared libc
authorRich Felker <dalias@aerifal.cx>
Thu, 18 Oct 2012 03:45:21 +0000 (23:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 18 Oct 2012 03:45:21 +0000 (23:45 -0400)
commitef2f595f7489a79b328766e3f8c2c899c8d23fd1
tree2b974c102e8444927e5fa3a343e5df04045fe754
parent858df113bfac4d2ebb60c3fac1538e07d56096b0
fix microblaze asm relocations for shared libc

only @PLT relocations are considered functions for purposes of
-Bsymbolic-functions, so always use @PLT. it should not hurt in the
static-linked case.
src/ldso/microblaze/dlsym.s
src/ldso/microblaze/start.s
src/signal/microblaze/sigsetjmp.s
src/thread/microblaze/syscall_cp.s