aboutsummaryrefslogtreecommitdiff
path: root/libiberty/xmalloc.c
AgeCommit message (Collapse)AuthorFilesLines
2000-11-29* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie1-63/+31
(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.
2000-06-15Synced with libiberty in the gcc repository.H.J. Lu1-0/+3
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor1-6/+6
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1-25/+15
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-08-05 * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor1-12/+18
USE_SBRK. Don't define it if __INTERIX.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+173