bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11939] ld segfault in bfd_hash_allocate


From: hjl dot tools at gmail dot com
Subject: [Bug ld/11939] ld segfault in bfd_hash_allocate
Date: 25 Aug 2010 18:02:59 -0000

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



reply via email to

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