summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-04-18 16:09:33 +0000
committerobrien <obrien@FreeBSD.org>2004-04-18 16:09:33 +0000
commiteb22856582fe7078e2747260cfa066ab279404c0 (patch)
treeeb5250e92d399f8c3f7dde9b67d7387d137e8ea7 /gnu
parentdcf2df91b4b5f094b90fe53a1f3969efa76cde2f (diff)
downloadFreeBSD-src-eb22856582fe7078e2747260cfa066ab279404c0.zip
FreeBSD-src-eb22856582fe7078e2747260cfa066ab279404c0.tar.gz
Revert rev 1.21 which configured with --enable-64-bit-bfd.
GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/i386/bfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
index 600dbc8..1d8a71a 100644
--- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
@@ -56,7 +56,7 @@ extern "C" {
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
been selected with --enable-targets, or if --enable-64-bit-bfd. */
-#define BFD_ARCH_SIZE 64
+#define BFD_ARCH_SIZE 32
/* The word size of the default bfd target. */
#define BFD_DEFAULT_TARGET_SIZE 32
OpenPOWER on IntegriCloud