diff options
author | John Gilmore <gnu@cygnus> | 1992-06-11 08:10:04 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-11 08:10:04 +0000 |
commit | 80bdcb77bd985a9e3bbefef0841a23e5dc43db11 (patch) | |
tree | 298d77441eab45db61dda9f03b478b6c2cb9cea6 /bfd/ChangeLog | |
parent | b5adcbd066a3555b289cee1202f34aa38cff8a12 (diff) | |
download | gdb-80bdcb77bd985a9e3bbefef0841a23e5dc43db11.zip gdb-80bdcb77bd985a9e3bbefef0841a23e5dc43db11.tar.gz gdb-80bdcb77bd985a9e3bbefef0841a23e5dc43db11.tar.bz2 |
* elf.c (elf_obj_tdata): Merge elf_obj_tdata_struct and
elf_core_tdata_struct into a single common struct. Core files
wouldn't have worked at all without this.
(bfd_elf_find_section): New function for GDB's undercover use
to find string sections that BFD hides from it.
(elf_get_str_section): Avoid multiple alloc&reads for same data; lint.
(elf_object_p, elf_core_file_p): Allocate internal file header
storage dynamically.
* bfd.c (union {...} tdata): Remove elf_core_tdata_struct.
* demo64.c: Prevent "empty translation unit" warnings from idiots.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2d0860b..87f6305 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Jun 11 00:52:03 1992 John Gilmore (gnu at cygnus.com) + + * elf.c (elf_obj_tdata): Merge elf_obj_tdata_struct and + elf_core_tdata_struct into a single common struct. Core files + wouldn't have worked at all without this. + (bfd_elf_find_section): New function for GDB's undercover use + to find string sections that BFD hides from it. + (elf_get_str_section): Avoid multiple alloc&reads for same data; + lint. + (elf_object_p, elf_core_file_p): Allocate internal file header + storage dynamically. + * bfd.c (union {...} tdata): Remove elf_core_tdata_struct. + * demo64.c: Prevent "empty translation unit" warnings from idiots. + Tue Jun 9 17:15:26 1992 Fred Fish (fnf at cygnus.com) * config/{i386v4.mh, ncr3000.mh}: Update RANLIB, add INSTALL. |