summaryrefslogtreecommitdiff
path: root/libiberty/xmalloc.c
AgeCommit message (Collapse)Author
2017-01-05Sync libiberty from gccAlan Modra
Picks up copyright year update and other recent fixes.
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe
include/ Roland McGrath <roland@gnu.org> PR other/63758 * environ.h: New file. libiberty/ Roland McGrath <roland@gnu.org> Iain Sandoe <iain@codesourcery.com> PR other/63758 * pex-unix.c: Obtain the environment interface from settings in environ.h rather than in-line code. Update copyright date. * setenv.c: Likewise. * xmalloc.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228942 138bc75d-0d04-0410-961f-82ee72b054a4
2005-05-24merge from gccDJ Delorie
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-28merge from gccDJ Delorie
2003-04-15merge from gccDJ Delorie
2002-03-04merge from gccDJ Delorie
2002-03-04merge from gccDJ Delorie
2001-10-07merge from gccDJ Delorie
2001-09-27merge from gccDJ Delorie
2001-09-26merge from gccDJ Delorie
2000-11-29* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie
(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. Lu
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor
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 Taylor
USE_SBRK. Don't define it if __INTERIX.
1999-05-0319990502 sourceware importRichard Henderson