aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-02-05 03:02:32 +0000
committerDavid MacKenzie <djm@cygnus>1994-02-05 03:02:32 +0000
commit6a5439a91f17ca12edbdced7bec34b7d7fed00e5 (patch)
tree1079ad42a50b77f736a65b2e3d07b667f9e42d1d /bfd/ChangeLog
parent0ee3427297272a636e7ef8378182a38d64ed7b7d (diff)
downloadgdb-6a5439a91f17ca12edbdced7bec34b7d7fed00e5.zip
gdb-6a5439a91f17ca12edbdced7bec34b7d7fed00e5.tar.gz
gdb-6a5439a91f17ca12edbdced7bec34b7d7fed00e5.tar.bz2
Eliminate arg from bfd_xmalloc_by_size_t macro, allowing
undoing of obstack parts of last change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6e80994..e884eb6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,8 +5,6 @@ Fri Feb 4 17:28:32 1994 David J. Mackenzie (djm@thepub.cygnus.com)
* libbfd-in.h: Define them as macros calling xmalloc and declare
xmalloc.
* libbfd.h: Rebuilt.
- * ecofflink.c hash.c ieee.c opncls.c (obstack_chunk_alloc): Define
- to be xmalloc, not bfd_xmalloc_by_size_t.
Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)