[Bug ld/2944] Linking libstdc++ (GCC4.1.1) : internal error, aborting at ../../bfd/elf32-i386.c

2006-08-01 Thread thomas dot lavergne at jrc dot it
--- Additional Comments From thomas dot lavergne at jrc dot it 2006-08-01 13:55 --- (In reply to comment #4) The current FSF release is 2.17. Seems OK. I managed to build gcc-4.1.1 with 2.17. As far as I am concerned, we can close this one. I am however ready to help investigate if

[Bug ld/2944] Linking libstdc++ (GCC4.1.1) : internal error, aborting at ../../bfd/elf32-i386.c

2006-08-01 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-01 14:33 --- Fixed in 2.17. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug gas/2991] New: incbin broken on Cygwin CR/LF

2006-08-01 Thread vincent dot riviere at freesbee dot fr
On Cygwin, gas opens binary files with r instead of rb. This causes corruption when Cygwin is installed with CR/LF mode. For example, the .incbin directive is broken : $ cat bug.s .incbin fic.bin $ od -t x1 fic.bin 000 41 0d 0a 42 004 $ as bug.s -o bug.o bug.s: Assembler