diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-11-24 06:50:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-11-24 06:50:12 +0000 |
commit | f7b8c9ce46cd96bb86beddc9e33663a556702c61 (patch) | |
tree | 849a16ca5921a0b2a647b234e91023af49605a81 /gdb/doc | |
parent | d14573e31eb6c22006d00de0be5336cfbc69257a (diff) | |
download | gdb-f7b8c9ce46cd96bb86beddc9e33663a556702c61.zip gdb-f7b8c9ce46cd96bb86beddc9e33663a556702c61.tar.gz gdb-f7b8c9ce46cd96bb86beddc9e33663a556702c61.tar.bz2 |
Improve GDB support for FreeBSD host/target.
To configure.in: make PRINTF_HAS_LONG_LONG check more pedantic; check
that SCANF_HAS_LONG_DOUBLE instead of assuming PRINTF_HAS_LONG_DOUBLE
implies it; document.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index cf2d318..9632bda 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * gdbint.texinfo (Host Conditionals): Document + PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. + Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com> * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES. |