[Bug gas/2724] GAS segmentation fault when target=coff and enabled-target=elf

2006-08-02 Thread ed dot reed at aesec dot com
--- Additional Comments From ed dot reed at aesec dot com 2006-08-02 21:09 --- I've retested this with binutils-2.17 and it has the same problem. Configuration is: == #! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. #

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

2006-08-02 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2006-08-02 21:03 --- Sorry, it doesn't work. Did you forget autoheader ? -- What|Removed |Added

[Bug binutils/2983] [patch] please do FreeBSD elfosabi marking also for amd64

2006-08-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-02 15:49 --- Hi Petr, I have applied your patch along with these ChangeLog entries. Cheers Nick bfd/ChangeLog 2006-08-02 Petr Salinger <[EMAIL PROTECTED]> PR binutils/2983 * elf64-x86-64.c: Add FreeBSD

[Bug binutils/2993] New: compile error bfd.c: noreturn function does return

2006-08-02 Thread lts-rudolph at gmx dot de
after configure --target=arm-elf --prefix=/opt/arm make the compile beaks with: make[2]: Entering directory `/home/user01_nfs/rudolphk/work/binutils-2.17/bfd/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user01_nfs/rudolphk/work/binutils-2.17/bfd/po' make[2]: Enteri

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

2006-08-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-02 14:25 --- Hi Vincent, Using the USE_BINARY_FOPEN logic is the right way to go. It makes GAS consistent with the BFD library and the linker. So I have applied the uploaded patch to do this. Cheers Nick gas/ChangeLog

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

2006-08-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-02 14:21 --- Created an attachment (id=1191) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1191&action=view) Use same configure logic as BFD library to determine which fopen-*.h header to include -- http://sourcew