diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-12 17:56:26 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-12 17:56:26 +0000 |
commit | 57e21befb98e8ad0b2c6dda814869145a8bcd60b (patch) | |
tree | ee5a479109b5326a711fe7146bddfd2a242d4d9b /bfd/ChangeLog | |
parent | b9e57a387a6bdc15fd8bf477dc4d45131f0307d6 (diff) | |
download | gdb-57e21befb98e8ad0b2c6dda814869145a8bcd60b.zip gdb-57e21befb98e8ad0b2c6dda814869145a8bcd60b.tar.gz gdb-57e21befb98e8ad0b2c6dda814869145a8bcd60b.tar.bz2 |
* elfcode.h (elf_slurp_reloc_table_from_section): Don't assume
asect->reloc_count is valid.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7670efc..d778609 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-06-12 Mark Mitchell <mark@codesourcery.com> + + * elfcode.h (elf_slurp_reloc_table_from_section): Don't assume + asect->reloc_count is valid. + 1999-06-12 Ian Lance Taylor <ian@zembu.com> * elf32-mips.c (mips_elf32_section_processing): Permit a |