[Bug gas/2606] New: --enable-targets=all causes build failure on cygwin

2006-04-26 Thread dave dot korn at artimi dot com
See http://sourceware.org/ml/binutils/2006-04/msg00257.html: A vanilla configure'n'build using --enable-targets=all fails while building gas: gcc -DHAVE_CONFIG_H -I. -I/gnu/binutils/binutils-2.16.92/gas -I. -D_GNU_SOURCE -I. -I/gnu/binutils/binutils-2.16.92/gas -I../bfd

Re: [Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-26 Thread Nick Clifton
Hi Bill, Another thought -- why not look for the THIRD character to be a backslash? This will handle not only absolute paths that start with single drive letter:\ but also relative paths that start with ..\ -- what do you think? --Bill That wouldn't work. Not all relative paths start with

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-04-26 13:38 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/2607] New: linker doesn't recognize an ELF library.

2006-04-26 Thread pluto at agmk dot net
$ file libcmodel.so libcmodel.so: ELF 32-bit MSB shared object, SPARC, version 1 (SYSV), stripped $ hexdump -n 256 libcmodel.so -C 7f 45 4c 46 01 02 01 00 00 00 00 00 00 00 00 00 |.ELF| 0010 00 03 00 02 00 00 00 01 00 00 00 94 00 00 00 34 |...4| 0020

[Bug gas/2582] dwarf2dbg.c embeds absolute filename path with hard-coded / separator

2006-04-26 Thread burgess at impulse dot net
--- Additional Comments From burgess at impulse dot net 2006-04-26 16:14 --- Hi Nick, Another thought -- why not look for the THIRD character to be a backslash? That wouldn't work. Not all relative paths start with ... [...] In addition it is possible that the backslash