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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index ec4ad2b..bd53ec3 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -24,6 +24,9 @@ /* Define if the "%Lg" format works to print long doubles. */ #undef PRINTF_HAS_LONG_DOUBLE +/* Define if the "%Lg" format works to scan long doubles. */ +#undef SCANF_HAS_LONG_DOUBLE + /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB |