aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-07-26 05:05:35 +0000
committerFred Fish <fnf@specifix.com>1996-07-26 05:05:35 +0000
commit21b849e3cdc6245db536f7cd3754407bf124f49f (patch)
tree38997c4a125fa831e7841639f8bb19fff3517366 /include
parented393c169bc7fc344b3574f26d4529e70ec5e081 (diff)
downloadgdb-21b849e3cdc6245db536f7cd3754407bf124f49f.zip
gdb-21b849e3cdc6245db536f7cd3754407bf124f49f.tar.gz
gdb-21b849e3cdc6245db536f7cd3754407bf124f49f.tar.bz2
* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
definitions inside #ifndef so that programs that want to can define PRIVATE_XMALLOC and then define xmalloc and xrealloc anyway they want. (basename): Document in source that we can't declare the parameter type because it is declared inconsistently across different systems.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6caebf6..812783d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jul 23 17:37:58 1996 Fred Fish <fnf@cygnus.com>
+
+ * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
+ definitions inside #ifndef so that programs that want to
+ can define PRIVATE_XMALLOC and then define xmalloc and
+ xrealloc anyway they want.
+ (basename): Document in source that we can't declare the
+ parameter type because it is declared inconsistently across
+ different systems.
+
Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu>
* dis-asm.h (print_insn_alpha): Don't declare.