aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-05 16:22:42 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-05 16:22:42 +0000
commit1198f921aeb99c724a90700c002c559c9ed10be9 (patch)
treeebe02c67f0f18b5bbeedbb566c7603e8e798fe8f /libiberty/ChangeLog
parenta7e78dae7988898f4fa1accb446d3b73c395ee37 (diff)
downloadgdb-1198f921aeb99c724a90700c002c559c9ed10be9.zip
gdb-1198f921aeb99c724a90700c002c559c9ed10be9.tar.gz
gdb-1198f921aeb99c724a90700c002c559c9ed10be9.tar.bz2
* xmalloc.c: Control all uses of SBRK with a single define,
USE_SBRK. Don't define it if __INTERIX.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 159798a..8f010bf 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+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.