diff options
author | Nick Clifton <nickc@redhat.com> | 1999-12-17 00:42:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-12-17 00:42:32 +0000 |
commit | af74ae991108b49f86a03724bfb401b7363890bd (patch) | |
tree | 7d54517001be63af0812b9409036b0d4ebea43ac /bfd/ChangeLog | |
parent | 7d7a673645f1ead2b07a4dac03031068123279f5 (diff) | |
download | gdb-af74ae991108b49f86a03724bfb401b7363890bd.zip gdb-af74ae991108b49f86a03724bfb401b7363890bd.tar.gz gdb-af74ae991108b49f86a03724bfb401b7363890bd.tar.bz2 |
catch bad arm relocs
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe3fd5e..e19cbdd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +1999-12-16 Nick Clifton <nickc@cygnus.com> + + * coff-arm.c (NUM_ELEM): New macro. + (NUM_RELOCS): New macro: The number of known ARM relocs. + (RTYPE2HOWTO): Return NULL if the reloc type is out of range. + (coff_arm_rtype_to_howto): Return NULL if the reloc type is out + of range. + (bfd_arm_process_before_allocation): Produce a warning message if + an out of range symbol index is encountered. + 1999-12-14 Nick Clifton <nickc@cygnus.com> * elflink.h (is_global_symbol_definition): New Function: Return |