This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/14341] Dynamic linker crash when DT_JMPREL and DT_REL{,A} are not contiguous


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

--- Comment #8 from Jakub Jelinek <jakub at redhat dot com> 2012-07-10 08:16:49 UTC ---
On some architectures relocation sections can be noncontiguous, on others they
must be contiguous.  These details come from mutual agreement between the
linkers and dynamic linkers, tools that modify the binaries should just obey
the rules.  Slowing down the dynamic linker unnecessarily is a bad idea.

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]