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


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

Reply via email to