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)
only @PLT relocations are considered functions for purposes of
-Bsymbolic-functions, so always use @PLT. it should not hurt in the
static-linked case.


No differences found