aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-12-18 07:12:19 +0000
committerAlan Modra <amodra@gmail.com>2001-12-18 07:12:19 +0000
commited591155738a84efa8a690745312e8226d1f6be9 (patch)
tree815d50f46dfa0767cc96a3dbd01c098afbbd1fe7 /bfd/ChangeLog
parentff4d2c954cbe4a7ebec612157fc5261c1a2d1209 (diff)
downloadgdb-ed591155738a84efa8a690745312e8226d1f6be9.zip
gdb-ed591155738a84efa8a690745312e8226d1f6be9.tar.gz
gdb-ed591155738a84efa8a690745312e8226d1f6be9.tar.bz2
* elfcode.h (struct bfd_preserve): New.
(elf_object_p): Replace preserved_* vars with instance of above. Save and restore arch_info pointer rather than arch, mach so that more cases can be restored. Save and restore new section_tail, section_htab structure, and init appropriately. Move "rest of section header" code so that i_shdrp needs no NULL initialisation. Free old section_htab on success. * elfcore.h (elf_core_file_p): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 72f232d..5cf7440 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2001-12-18 Alan Modra <amodra@bigpond.net.au>
+
+ * elfcode.h (struct bfd_preserve): New.
+ (elf_object_p): Replace preserved_* vars with instance of above.
+ Save and restore arch_info pointer rather than arch, mach so that
+ more cases can be restored. Save and restore new section_tail,
+ section_htab structure, and init appropriately. Move "rest of
+ section header" code so that i_shdrp needs no NULL initialisation.
+ Free old section_htab on success.
+ * elfcore.h (elf_core_file_p): Likewise.
+
2001-12-17 Tom Rix <trix@redhat.com>
* coffcode.h (sec_to_styp_flags): Add STYP_EXCEPT and STYP_TYPCHK for