]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
* Makefile.in (ALL_TARGET_OBS): Remove object files that require
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 27 Nov 2007 17:06:12 +0000 (17:06 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Tue, 27 Nov 2007 17:06:12 +0000 (17:06 +0000)
commitc0993dbe928fa5aee10ebe8d1aaaf07b24d88db9
treeebcd3814dad75525956173b2c95df48b0fc30cab
parent5f1c91d91ea11b529855d37acabab2f51d22e19d
* Makefile.in (ALL_TARGET_OBS): Remove object files that require
64-bit CORE_ADDR and BFD support, move them to ...
(ALL_64_TARGET_OBS): ... this new variable.
* configure.ac: Check for --enable-64-bit-bfd option.  Only add
64-bit targets with --enable-targets=all if BFD supports 64-bit.
* configure: Regenerate.

* i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Do not claim
all elf32-i386 executables, only cygwin core files.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gdb/configure.ac
gdb/i386-cygwin-tdep.c