diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-21 19:56:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-21 19:56:19 +0000 |
commit | 7a3120d9a6092b9029231894f8ba1f7620fc6c87 (patch) | |
tree | b637b8634b5cfd4d050f7e39b8b61740f356556a /bfd/ChangeLog | |
parent | 0b5e1ab5253d534e171ee047dfa14b451c1597a3 (diff) | |
download | gdb-7a3120d9a6092b9029231894f8ba1f7620fc6c87.zip gdb-7a3120d9a6092b9029231894f8ba1f7620fc6c87.tar.gz gdb-7a3120d9a6092b9029231894f8ba1f7620fc6c87.tar.bz2 |
Detect and report corrupt relocs
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 09725de..eee5f1a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-07-21 Nick Clifton <nickc@cygnus.com> + + * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of + range symbol indices in relocs and issue an error message. + 2000-07-20 H.J. Lu <hjl@gnu.org> * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check |