http://sourceware.org/bugzilla/show_bug.cgi?id=14603



--- Comment #3 from Matthew Gretton-Dann <mgretton at sourceware dot org> 
2012-09-21 09:43:34 UTC ---

Surely as you have linked the image together and it is now fully relocated, the

linker doesn't need to create relocations for veneers?



The test case you provide only contains static relocations.  These are applied

once at static link time, and cannot - in general - be reapplied after linking

(as if the relocations have been specified with .rel sections the necessary

addend has been destroyed).



If you want to do runtime linking and relocation you need to use dynamic

relocations which do not get fixed by the static linker.



-- 

Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

------- You are receiving this mail because: -------

You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to