From: Rich Felker Date: Thu, 18 Oct 2012 03:45:21 +0000 (-0400) Subject: fix microblaze asm relocations for shared libc X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=ef2f595f7489a79b328766e3f8c2c899c8d23fd1;hp=ef2f595f7489a79b328766e3f8c2c899c8d23fd1 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. ---