bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/14603] no reloc emitted for ld generated veneers for ARM


From: mgretton at sourceware dot org
Subject: [Bug ld/14603] no reloc emitted for ld generated veneers for ARM
Date: Fri, 21 Sep 2012 09:43:34 +0000


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]