------- 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils