summaryrefslogtreecommitdiff
path: root/libiberty/xmalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2005-05-241-5/+17
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-03-281-20/+9
|
* merge from gccDJ Delorie2003-04-151-1/+1
|
* merge from gccDJ Delorie2002-03-041-1/+1
|
* merge from gccDJ Delorie2002-03-041-2/+2
|
* merge from gccDJ Delorie2001-10-071-2/+2
|
* merge from gccDJ Delorie2001-09-271-1/+2
|
* merge from gccDJ Delorie2001-09-261-0/+42
|
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-291-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.
* Synced with libiberty in the gcc repository.H.J. Lu2000-06-151-0/+3
|
* merge with libiberty from egcs 2000-02-22Ian Lance Taylor2000-02-221-6/+6
|
* Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1999-08-051-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.
* * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor1999-08-051-12/+18
| | | | USE_SBRK. Don't define it if __INTERIX.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+173