diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-13 14:58:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-13 14:58:47 +0000 |
commit | bce5e5c97f9a4eb337885de846187dc288533d79 (patch) | |
tree | a140caa0290625286869483b67217d0e7d2a65ec /bfd/config.in | |
parent | 39dbeff83eda4b7d3c2799e698db3c047e9d3a22 (diff) | |
download | gdb-bce5e5c97f9a4eb337885de846187dc288533d79.zip gdb-bce5e5c97f9a4eb337885de846187dc288533d79.tar.gz gdb-bce5e5c97f9a4eb337885de846187dc288533d79.tar.bz2 |
bfd/
* configure.in: Delete BFD_HOST_LONG_LONG and bfd checks for
long long. Partly revert 2007-07-12 change, so that
BFD_HOST_64BIT_LONG and BFD_HOST_64BIT_LONG_LONG are set
independent of "void *" size.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in: Regenerate.
bfd/doc/
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/config.in b/bfd/config.in index 5277f1a..aa91dd6 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -264,9 +264,6 @@ /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P -/* The sizeof of a 'void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |