diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-05 21:15:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-05 21:15:29 +0000 |
commit | c1687039ebb6da080ce43dd66a493485ad22aa62 (patch) | |
tree | c4aea4092d27179fa60be5c02eeb5eadcabd20df /libiberty/ChangeLog | |
parent | 5d54c62870438863320321eb704a13fc4c85953a (diff) | |
download | gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.zip gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.tar.gz gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.tar.bz2 |
Revert last patch to xmalloc.c, and instead bring over this patch from
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.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8f010bf..8972f1f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,8 +1,3 @@ -1999-08-05 Ian Lance Taylor <ian@zembu.com> - - * xmalloc.c: Control all uses of SBRK with a single define, - USE_SBRK. Don't define it if __INTERIX. - 1999-08-03 Ian Lance Taylor <ian@zembu.com> * floatformat.c: Add casts to avoid signed/unsigned warnings. @@ -55,6 +50,13 @@ Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com> * cplus-dem.c (demangle_fund_type): Don't run off the end of the identifier looking for another underscore. +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-04-11 Richard Henderson <rth@cygnus.com> * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin |