--- 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 yo
--- Additional Comments From hjl at lucon dot org 2006-08-01 14:33 ---
Fixed in 2.17.
--
What|Removed |Added
Status|WAITING |RESOLVED
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 m