diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-11 05:38:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-11 05:38:18 +0000 |
commit | 5732c1148529a165aec99db5fbd9036eeb10ad68 (patch) | |
tree | 14ca7e73a8283ab9ba0af3556b5453496e417022 /bfd/ChangeLog | |
parent | 2d4d1975bdcc6d729e3e156485e167c6daa72f80 (diff) | |
download | gdb-5732c1148529a165aec99db5fbd9036eeb10ad68.zip gdb-5732c1148529a165aec99db5fbd9036eeb10ad68.tar.gz gdb-5732c1148529a165aec99db5fbd9036eeb10ad68.tar.bz2 |
* elfcode.h (elf_swap_ehdr_out): Adjust value written for e_shnum
and e_shstrndx if out of range.
(elf_object_p): Read extended values for e_shnum and e_shstrndx
from the first section header. Allocate space in elf_elfsections
for reserved sections and set to NULLs.
(elf_write_shdrs_and_ehdr): Set overflow fields in first section
header. Skip reserved sections in elf_elfsections. Remove
duplicate size calculation.
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 de05854..f7b0efa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2001-12-11 Alan Modra <amodra@bigpond.net.au> + + * elfcode.h (elf_swap_ehdr_out): Adjust value written for e_shnum + and e_shstrndx if out of range. + (elf_object_p): Read extended values for e_shnum and e_shstrndx + from the first section header. Allocate space in elf_elfsections + for reserved sections and set to NULLs. + (elf_write_shdrs_and_ehdr): Set overflow fields in first section + header. Skip reserved sections in elf_elfsections. Remove + duplicate size calculation. + 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> Corinna Vinschen <vinschen@redhat.com> |