This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/libiberty ChangeLog aclocal.m4 configure.i ...
- To: src-cvs at sourceware dot cygnus dot com
- Subject: src/libiberty ChangeLog aclocal.m4 configure.i ...
- From: dj at sourceware dot cygnus dot com
- Date: 29 Nov 2000 19:17:38 -0000
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sources.redhat.com 2000-11-29 11:17:37
Modified files:
libiberty : ChangeLog aclocal.m4 configure.in xmalloc.c
Removed files:
libiberty : acconfig.h
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/xmalloc.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/acconfig.h.diff?cvsroot=src&r1=1.1.1.1&r2=NONE