diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-14 22:35:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-14 22:35:41 +0000 |
commit | 38a5f510bcb7f0c5ee302c21caa363c474c3a1fc (patch) | |
tree | 4e081d4ff2af1d4489e2b15f16e0a9ff304b527f /bfd/ChangeLog | |
parent | 46050fe4d0ecf83fa5ebafd2b3834ead87bd2966 (diff) | |
download | gdb-38a5f510bcb7f0c5ee302c21caa363c474c3a1fc.zip gdb-38a5f510bcb7f0c5ee302c21caa363c474c3a1fc.tar.gz gdb-38a5f510bcb7f0c5ee302c21caa363c474c3a1fc.tar.bz2 |
* elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set
the DYNAMIC flag for the BFD.
(NAME(bfd_elf,write_object_contents)): Don't try to write out a
BFD with the DYNAMIC flag set, since we don't generate the program
header table correctly.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f50f5bb..b6e6912 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Fri Jan 14 16:45:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set + the DYNAMIC flag for the BFD. + (NAME(bfd_elf,write_object_contents)): Don't try to write out a + BFD with the DYNAMIC flag set, since we don't generate the program + header table correctly. + +Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * elfcode.h (elf_slurp_symbol_table): Free x_symp at the end + of the function to avoid storage leak. + Thu Jan 13 23:07:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ecoff.c (ecoff_link_write_external): An ifd can be -1. |