Hello,
By using ld for PowerPC, a small size variable in the COMMON section is mapped
to the bss section.
But By using ld for MIPS, a small size variable in the COMMON section is mapped
to the sbss section.
I think the behavior of the ld for MIPS is correct, and PowerPC's is something
wrong.
Bel
tc-score.c has
if (value == (int) FAIL)
{
char err_msg[100];
if ((data_type != _SIMM14_NEG) && (data_type != _SIMM16_NEG) &&
(data_type != _IMM16_NEG))
{
sprintf (err_msg,
"invalid constant: %d bit expression n
Harris Exploration Hits Gold!
Inner origin from the survey site say that HXPN has made
a major discovery. Word is that results show a 12.5 gm/T
rating on the property. With onsite fittings able to
process 100 tons a day it equates to yields of 1250 gm/day.
At current market prices this will gen
Using any simple test program, do this on a 32bit host (64bit hosts tend not to
crash reliably here)
$ avr-gcc -mmcu=attiny2313 avr_test.c -c
$ avr-ld -m avr2 -o avr_test.hex /opt/cross/avr/lib/crttn2313.o --oformat ihex
avr_test.o
BFD 2.17.50.0.8 20061201 internal error, aborting at ../../bfd/l
--- Additional Comments From jw at suse dot de 2007-01-15 22:20 ---
Created an attachment (id=1501)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1501&action=view)
avr_test.o
main object to test
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3874
--- You are receivin