diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-13 03:52:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-13 03:52:25 +0000 |
commit | 4e6bfe8ada4bae838d47c169d1cc2899db66ff19 (patch) | |
tree | b52700e72a623011f4f118ad7a9719b96d735b30 /bfd/ChangeLog | |
parent | e4afe7429548beac154bb41d8f553d614a222d17 (diff) | |
download | gdb-4e6bfe8ada4bae838d47c169d1cc2899db66ff19.zip gdb-4e6bfe8ada4bae838d47c169d1cc2899db66ff19.tar.gz gdb-4e6bfe8ada4bae838d47c169d1cc2899db66ff19.tar.bz2 |
* section.c (bfd_make_section_anyway): Don't increment section_id
and the BFD's section_count if adding the section failed.
* vms.c (vms_new_section_hook): Adjust for bfd_make_section_anyway
change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0a09617..e37b504 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2001-11-13 John Marshall <jmarshall@acm.org> + Alan Modra <amodra@bigpond.net.au> + + * section.c (bfd_make_section_anyway): Don't increment section_id + and the BFD's section_count if adding the section failed. + * vms.c (vms_new_section_hook): Adjust for bfd_make_section_anyway + change. + 2001-11-12 Orjan Friberg <orjanf@axis.com> * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match new |