diff options
author | Fred Fish <fnf@specifix.com> | 1996-08-23 00:47:10 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-08-23 00:47:10 +0000 |
commit | d538f9cfbc088d986672f3bf9c74d6478b0cf70b (patch) | |
tree | da83f4805b00986d0e807f31ae920ddf6f802021 /gdb/ChangeLog | |
parent | cb26c22dedc0cdaa3c7e70d5e9ce15ccd0ce8716 (diff) | |
download | gdb-d538f9cfbc088d986672f3bf9c74d6478b0cf70b.zip gdb-d538f9cfbc088d986672f3bf9c74d6478b0cf70b.tar.gz gdb-d538f9cfbc088d986672f3bf9c74d6478b0cf70b.tar.bz2 |
* valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
PRINTF_HAS_LONG_LONG.
* expprint.c (dump_expression): Ditto.
* configure.in: Fix check for long long support in compiler to
use a function body, not a nested function.
* configure: Rebuild with autoconf.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 12c9c28..888fead 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Wed Aug 21 16:31:27 1996 Fred Fish <fnf@rtl.cygnus.com> + + * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as + PRINTF_HAS_LONG_LONG. + * expprint.c (dump_expression): Ditto. + * configure.in: Fix check for long long support in compiler to + use a function body, not a nested function. + * configure: Rebuild with autoconf. + Tue Aug 20 17:59:42 1996 Ian Lance Taylor <ian@cygnus.com> * aclocal.m4: Include ../bfd/aclocal.m4. |