bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/12253] .eh_frame_hdr not properly sorted with mixed .eh_frame en


From: amodra at gmail dot com
Subject: [Bug ld/12253] .eh_frame_hdr not properly sorted with mixed .eh_frame encodings
Date: Tue, 23 Nov 2010 13:34:20 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #2 from Alan Modra <amodra at gmail dot com> 2010-11-23 13:34:02 
UTC ---
I took a look at this today.  Besides the sorting problem, elf-eh-frame.c gets
DW_EH_PE_datarel wrong.  datarel is quite horrible, with behaviour varying from
one architecture to another, unspecified on most.  For x86, datarel offsets are
supposed to be relative to .got.plt rather than .got.  On ia64, datarel is
relative to __gp.

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