mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
07b77f5ca4
long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so. * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE. * configure: Regenerate. * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE. * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE. * configure.in: Fix have_gregset and have_fpregset autoconf variable names so that they match the pattern required to cache them.
10 lines
231 B
C
10 lines
231 B
C
|
|
/* Define if fpregset_t type is available. */
|
|
#undef HAVE_FPREGSET_T
|
|
|
|
/* Define if gregset_t type is available. */
|
|
#undef HAVE_GREGSET_T
|
|
|
|
/* Define if the "%Lg" format works to print long doubles. */
|
|
#undef PRINTF_HAS_LONG_DOUBLE
|