------- Additional Comments From hjl dot tools at gmail dot com  2010-08-25 
18:02 -------
There is a fundamental problem in ld:

1. Different formats, ELF, COFF, XCOFF, ... have
different linker hash table and its entry.
2. It works as long as input and output have the 
same format.
3. When input format != output format, output linker
hash table and its entry have different formats from
the ones used by input.  We can't use output linker
hash table on input in this case.

We have been lucky most of time.  This bug isn't one of
them.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

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

Reply via email to