[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-24 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-24 23:22 --- OK I found something interesting its with the ld names if I use ld-new it works fine but we rename it to mips2_fp_be-ld and it segfaulted. However then I played with the ld binary name size I started adding

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

2007-01-24 Thread jw at suse dot de
--- Additional Comments From jw at suse dot de 2007-01-24 20:24 --- Works! And I am really happy, this turned out to be only avr-related. Thanks you! -- What|Removed |Added

[Bug gas/3918] New: make check RUNTESTFLAGS=i386.exp doesn't work

2007-01-24 Thread hjl at lucon dot org
[EMAIL PROTECTED] gas]$ make check RUNTESTFLAGS=i386.exp Making check in doc make[1]: Entering directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/export/build/gnu/binutils-lrb/build-x86_64-linux/gas/doc' Making

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

2007-01-24 Thread nickc at redhat dot com
--- 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

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

2007-01-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-01-24 18:00 --- Created an attachment (id=1520) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1520&action=view) Check for avr formated hash tables before using them in avr code. -- What|Removed

Re: as: multiple definitions is now error

2007-01-24 Thread Nick Clifton
Hi Fabian, as.exe --defsym PPC603=1 ... file: .set PPC603, 1 # or PPC603 = 1 file:32: Error: symbol `PPC603' is already defined The docs states: "You may .set a symbol many times in the same assembly." http://sourceware.org/binutils/docs-2.17/as/Set.html#Set Although the docs never pr