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