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.

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

Reply via email to