bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/3874] linker crashes with -m avr2 --oformat ihex


From: nickc at redhat dot com
Subject: [Bug binutils/3874] linker crashes with -m avr2 --oformat ihex
Date: 24 Jan 2007 18:03:30 -0000

------- Additional Comments From nickc at redhat dot com  2007-01-24 18:03 
-------
Hi Juergen,

  OK, I found a 32-bit host and reproduced the problem.  It turns out to be
memory corruption in the AVR code due to the use of the linker's --oformat
command line option.  This selects a non-AVR aware output format, which
internally means that a different kind of hash table is used.  The AVR code was
always assuming that its special, extended hash tables were being used, and so
it was corruptong memory.

  Please could you try out the uploaded patch which should fix this problem.

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

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