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.
This commit is contained in:
Andrew Cagney
1997-11-24 06:50:12 +00:00
parent d14573e31e
commit f7b8c9ce46
7 changed files with 260 additions and 137 deletions

View File

@@ -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