diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-22 22:37:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-22 22:37:54 +0000 |
commit | a537cb21bb2fe12366941621323cc60a4317bd38 (patch) | |
tree | 03d486cde9731f02c49350aea98c3b77981cf6f7 /bfd/ChangeLog | |
parent | c79b49bb80c56d60febfb8c67e2da1f55a4977d2 (diff) | |
download | gdb-a537cb21bb2fe12366941621323cc60a4317bd38.zip gdb-a537cb21bb2fe12366941621323cc60a4317bd38.tar.gz gdb-a537cb21bb2fe12366941621323cc60a4317bd38.tar.bz2 |
* hash.c (bfd_hash_allocate): Don't call bfd_set_error if
obstack_alloc returns NULL unless the size is non-zero.
* linker.c (archive_hash_allocate): Define.
(_bfd_generic_link_add_archive_symbols): Use archive_hash_allocate
rather than obstack_alloc, for clarity.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6447cfe..76b52d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * hash.c (bfd_hash_allocate): Don't call bfd_set_error if + obstack_alloc returns NULL unless the size is non-zero. + + * linker.c (archive_hash_allocate): Define. + (_bfd_generic_link_add_archive_symbols): Use archive_hash_allocate + rather than obstack_alloc, for clarity. + * elfcode.h (elf_get_reloc_upper_bound): Correct. * aout64.c (BMAGIC, QMAGIC): Define if not already defined. From |