]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in, [...]: Expunge remaining traces of facility for running MD files through...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 22 Nov 2000 08:32:26 +0000 (08:32 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 22 Nov 2000 08:32:26 +0000 (08:32 +0000)
commitd1209685fa061309f5f7ad73eb4fb5ef30b402d0
tree2a1d2ae9f91d97732b595daf55f5397c013d1d7b
parentc01a508e4e8a795f63348accdd04483c9d67197e
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
14 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/configure
gcc/configure.in
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/acconfig.h [deleted file]
libiberty/aclocal.m4
libiberty/config.in
libiberty/configure
libiberty/configure.in
libiberty/xmalloc.c