diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-28 21:10:05 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-28 21:10:05 +0000 |
commit | d4acec2c222df1461b86f72a0e7f7de8be74eeca (patch) | |
tree | b7e3c7efeeee63c57579d99e2f9ab8209334ecd8 /bfd/ChangeLog | |
parent | bf349b77faf68ba37c0379bc6c59ea8ace20562a (diff) | |
download | gdb-d4acec2c222df1461b86f72a0e7f7de8be74eeca.zip gdb-d4acec2c222df1461b86f72a0e7f7de8be74eeca.tar.gz gdb-d4acec2c222df1461b86f72a0e7f7de8be74eeca.tar.bz2 |
Fix to use a single disposable copy of section header table and program
header table entries.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b30b0a8..2daf8b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sat Mar 28 13:07:02 1992 Fred Fish (fnf@cygnus.com) + + * elf.c (elf_object_p, elf_core_file_p): Fix to use only a single + local, disposable, copy of the external form of section header + table and program header table entries. + Thu Mar 26 16:59:58 1992 John Gilmore (gnu at cygnus.com) * Makefile.in: Set MINIMIZE back to 0 for a real release. |