diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-03-30 00:22:20 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-03-30 00:22:20 +0000 |
commit | b761a20733d1ddd57f42fefcc2e3aa272440dce7 (patch) | |
tree | 0c4e1b3c240f1373945255a897e271017b5ea224 /bfd/ChangeLog | |
parent | 2bcb00c46021980ba271034168e28f4e4d027f36 (diff) | |
download | gdb-b761a20733d1ddd57f42fefcc2e3aa272440dce7.zip gdb-b761a20733d1ddd57f42fefcc2e3aa272440dce7.tar.gz gdb-b761a20733d1ddd57f42fefcc2e3aa272440dce7.tar.bz2 |
PR ld/2267
* elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
special section number that exceeds the number of ELF sections
(eg. SHN_MIPS_SCOMMON).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 47d19f7..51157c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2006-03-30 Ben Elliston <bje@au.ibm.com> + + PR ld/2267 + * elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a + special section number that exceeds the number of ELF sections + (eg. SHN_MIPS_SCOMMON). + 2006-03-27 Richard Sandiford <richard@codesourcery.com> * elfxx-mips.c (mips_got_entry): Add more commentary. |