diff options
author | Nick Clifton <nickc@redhat.com> | 2006-05-11 08:57:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-05-11 08:57:08 +0000 |
commit | 5e1b4a6d177a61c41377f96b6b19ed2723c8a229 (patch) | |
tree | bb9998c38d96bfb31f14bc6f842a9e165a618b03 /bfd/ChangeLog | |
parent | 53baae4870e8c05901fc63c7ee999492f10c2b87 (diff) | |
download | gdb-5e1b4a6d177a61c41377f96b6b19ed2723c8a229.zip gdb-5e1b4a6d177a61c41377f96b6b19ed2723c8a229.tar.gz gdb-5e1b4a6d177a61c41377f96b6b19ed2723c8a229.tar.bz2 |
PR ld/2607
* elfcode.h (valid_section_index_p): New function: Checks for a valid section
index. Allows indicies in the range SHN_LOPROC to SHN_HIOS.
(elf_object_p): Use valid_section_index_p.
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 414e706..7257acd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-05-10 Nick Clifton <nickc@redhat.com> + + PR ld/2607 + * elfcode.h (valid_section_index_p): New function: Checks for a + valid section index. Allows indicies in the range SHN_LOPROC to + SHN_HIOS. + (elf_object_p): Use valid_section_index_p. + 2006-05-11 Pedro Alves <pedro_alves@portugalmail.pt> * coff-arm.c (ARM_26D, ARM_32, ARM_RVA_32, ARM_SECTION, |