bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/10126] internal error in relocate_sections, at ../../gold/relo


From: ian at airs dot com
Subject: [Bug gold/10126] internal error in relocate_sections, at ../../gold/reloc.cc:737
Date: 4 May 2009 23:12:13 -0000

------- Additional Comments From ian at airs dot com  2009-05-04 23:12 -------
I am not familiar with this compiler.  How are the object files in question
being generated?  Are they being generated by the GNU assembler, by some other
assembler, or by the compiler directly?

The error message is a sanity check on the e_ehsize field of the ELF header. 
That field is supposed to include the size of the ELF header itself.  The value
in the file is 36, and gold expects to see 52.  52 bytes is the size of the ELF
header on a 32-bit system.  36 bytes is definitely too small.  So it seems that
there is something wrong with your object files.

If you think they are correct, can you attach an object file to this bug report?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


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

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