diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-12 21:39:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-12 21:39:54 +0000 |
commit | ef4b8f668789ce457d76ff29576eeb72e263f396 (patch) | |
tree | 4547c23b0de286592e1644d33e57965ca3252992 /bfd/ChangeLog | |
parent | a82ae15d4b278243545bdc8290f044e69ea7c31c (diff) | |
download | gdb-ef4b8f668789ce457d76ff29576eeb72e263f396.zip gdb-ef4b8f668789ce457d76ff29576eeb72e263f396.tar.gz gdb-ef4b8f668789ce457d76ff29576eeb72e263f396.tar.bz2 |
* opncls.c (bfd_realloc): Deleted, since it's broken and fixing it would make
it slow. Besides, it isn't used much.
* elfcode.h (elf_map_symbols): Always allocate new storage for the symbol table.
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 a8069d4..3bf91b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 12 16:46:43 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it + would make it slow. Besides, it isn't used much. + * elfcode.h (elf_map_symbols): Always allocate new storage for the + symbol table. + Wed Oct 12 11:54:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Make |