diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-18 07:12:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-18 07:12:19 +0000 |
commit | ed591155738a84efa8a690745312e8226d1f6be9 (patch) | |
tree | 815d50f46dfa0767cc96a3dbd01c098afbbd1fe7 /bfd/ChangeLog | |
parent | ff4d2c954cbe4a7ebec612157fc5261c1a2d1209 (diff) | |
download | gdb-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/ChangeLog | 11 |
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 |