[Bug ld/10965] cross-compiled ld doesn't change string addresses

2009-11-15 Thread lupuroshu at yahoo dot com
-- What|Removed |Added CC|lupuroshu at yahoo dot com | http://sourceware.org/bugzilla/show_bug.cgi?id=10965 --- You are receiving this mail because: --- Yo

[Bug ld/10965] cross-compiled ld doesn't change string addresses

2009-11-15 Thread hjl dot tools at gmail dot com
-- What|Removed |Added CC||hjl dot tools at gmail dot ||com http://sourceware.org/bugzilla

[Bug ld/10965] cross-compiled ld doesn't change string addresses

2009-11-15 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-11-15 21:36 --- Can it be reproduced on Linux? -- What|Removed |Added Status|NEW

[Bug ld/10965] cross-compiled ld doesn't change string addresses

2009-11-15 Thread lupuroshu at yahoo dot com
--- Additional Comments From lupuroshu at yahoo dot com 2009-11-15 19:23 --- I couldn't attach the file - too large. You can find it here: http://students.info.uaic.ro/~halip.ilie/testcase.zip -- http://sourceware.org/bugzilla/show_bug.cgi?id=10965 --- You are receiving this ma

[Bug ld/10965] New: cross-compiled ld doesn't change string addresses

2009-11-15 Thread lupuroshu at yahoo dot com
Host system: Windows XP SP3, with Cygwin installed Compiler: gcc 4.4.2, cross-compiler (configured with ./configure --target=i586-elf --prefix=/usr/cross --disable-nls --enable-languages=c,c++ --without-headers) Binutils: 2.20 (configured with ./configure --target=i586-elf --prefix=/usr/cross --dis

[Bug binutils/10964] New: objdump disassembles "lpm rX, Z" wrongly

2009-11-15 Thread elrond+sourceware dot org at samba-tng dot org
objdump disassemble "lpm rX, Z" as "lpm rX, Z+". avr% cat bug-lpm.c void try_asm(void) { __asm__ __volatile__( "lpm r18, Z+\n\t" "lpm r18, Z\n\t" ::); } avr% avr-gcc -Wall -mmcu=atmega8515 -O3 -Os -c bug-lpm.c avr% avr-objdump -d bug-lpm.o bug-lpm.o: