diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-02-11 07:15:06 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-02-11 07:15:06 +0000 |
| commit | 6c7ef9a0f80e5acc40e33930d24884cb1604d7de (patch) | |
| tree | 2fc6f63b6545a64292f5928d77e87ab02cb2eb42 /gnu/usr.bin/binutils/libbfd/bfd.h | |
| parent | 5351a2488a65d910b55a26c0529de5db350872a6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/bfd.h')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/bfd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/bfd.h b/gnu/usr.bin/binutils/libbfd/bfd.h index 1e65701f17b6f..570927fb11ca7 100644 --- a/gnu/usr.bin/binutils/libbfd/bfd.h +++ b/gnu/usr.bin/binutils/libbfd/bfd.h @@ -58,14 +58,10 @@ extern "C" { #if defined(__i386__) || defined(__powerpc__) || defined(__arm__) -/* The word size of the default bfd target. */ -#define BFD_DEFAULT_TARGET_SIZE 32 #define BFD_HOST_64BIT_LONG 0 #define BFD_HOST_64_BIT long long #define BFD_HOST_U_64_BIT unsigned long long #elif defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) || defined(__ia64__) -/* The word size of the default bfd target. */ -#define BFD_DEFAULT_TARGET_SIZE 64 #define BFD_HOST_64BIT_LONG 1 #define BFD_HOST_64_BIT long #define BFD_HOST_U_64_BIT unsigned long |
