Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-03-31 | * configure.in: Check whether printf family supports printing | Fred Fish | 1 | -0/+3 | |
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. | |||||
1996-03-17 | * acconfig.h: New file, for autoheader. | Fred Fish | 1 | -0/+6 | |
* configure.in (AC_CONFIG_HEADER): Add, generate config.h. * configure: Regenerate. * Makefile.in (defs_h): Add config.h * defs.h (config.h): Include before any other includes or defines. * i386-tdep.c (gdb_string.h): Move include after include of defs.h. |