diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-18 16:09:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-18 16:09:33 +0000 |
| commit | cd4db58afd24435b8210049a64b18b4c7b01415b (patch) | |
| tree | eb5250e92d399f8c3f7dde9b67d7387d137e8ea7 /gnu | |
| parent | 8a148d55b7fe829cfd9411f16f615bbf3a8dfb51 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/i386/bfd.h | 2 |
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 600dbc8a15aea..1d8a71ab9e155 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 |
