Makefile.in, [...]: Expunge remaining traces of facility for running MD files...
Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. gcc: * Makefile.in, config.gcc, configure.in: Expunge remaining traces of facility for running MD files through C preprocessor. libiberty: * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in. (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it. * libiberty.h: Move #includes to top. Prototype xmalloc_failed. From-SVN: r37650
Showing
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 1 addition, 14 deletionsgcc/Makefile.in
- gcc/config.gcc 0 additions, 6 deletionsgcc/config.gcc
- gcc/configure 17 additions, 31 deletionsgcc/configure
- gcc/configure.in 0 additions, 14 deletionsgcc/configure.in
- include/ChangeLog 4 additions, 0 deletionsinclude/ChangeLog
- include/libiberty.h 10 additions, 6 deletionsinclude/libiberty.h
- libiberty/ChangeLog 46 additions, 31 deletionslibiberty/ChangeLog
- libiberty/acconfig.h 0 additions, 11 deletionslibiberty/acconfig.h
- libiberty/aclocal.m4 51 additions, 0 deletionslibiberty/aclocal.m4
- libiberty/config.in 15 additions, 12 deletionslibiberty/config.in
- libiberty/configure 247 additions, 150 deletionslibiberty/configure
- libiberty/configure.in 11 additions, 52 deletionslibiberty/configure.in
- libiberty/xmalloc.c 31 additions, 63 deletionslibiberty/xmalloc.c
Loading
Please register or sign in to comment