diff options
author | Ian Lance Taylor <ian@airs.com> | 2003-08-27 17:43:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2003-08-27 17:43:39 +0000 |
commit | ec317fb15734bd40e97f49c0f4718a5e316f5a22 (patch) | |
tree | 062b90283c965fecc23c0125dbb761142da9c67c /bfd/ChangeLog | |
parent | ba058b661774f984d1ac3d6563a323e098ff92b6 (diff) | |
download | gdb-ec317fb15734bd40e97f49c0f4718a5e316f5a22.zip gdb-ec317fb15734bd40e97f49c0f4718a5e316f5a22.tar.gz gdb-ec317fb15734bd40e97f49c0f4718a5e316f5a22.tar.bz2 |
* configure.in: Define and substitute BFD_HOST_LONG_LONG.
* bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
__GNUC__ when deciding whether to use long long for
BFD_HOST_64_BIT.
* configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0e8eb9d..1011065 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-08-27 Ian Lance Taylor <ian@airs.com> + + * configure.in: Define and substitute BFD_HOST_LONG_LONG. + * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than + __GNUC__ when deciding whether to use long long for + BFD_HOST_64_BIT. + * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate. + 2003-08-27 Christian Groessler <chris@groessler.org> * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc, |