diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-06 10:35:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-06 10:35:41 +0000 |
commit | 0adc9281f0ab9962eb5aa72fe6e8113f9014a93b (patch) | |
tree | 4a3249e0c2288bbcf84a4dab0367197d77e68cbc /bfd/ChangeLog | |
parent | 5d5e6db937d3cf8a7affae6491373a02dd49e445 (diff) | |
download | gdb-0adc9281f0ab9962eb5aa72fe6e8113f9014a93b.zip gdb-0adc9281f0ab9962eb5aa72fe6e8113f9014a93b.tar.gz gdb-0adc9281f0ab9962eb5aa72fe6e8113f9014a93b.tar.bz2 |
coff-alpha.c (alpha_adjust_reloc_in): Issue an informative error message if an
unknown reloc is encountered.
(alpha_relocate_section): Likewise.
ecoff.c (_bfd_ecoff_write_object_contents): Cope with a reloc with a missing
howto field.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 393e2ae..dd2e4a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2005-07-06 Nick Clifton <nickc@redhat.com> + + * coff-alpha.c (alpha_adjust_reloc_in): Issue an informative error + message if an unknown reloc is encountered. + (alpha_relocate_section): Likewise. + + * ecoff.c (_bfd_ecoff_write_object_contents): Cope with a reloc + with a missing howto field. + 2005-07-06 Alan Modra <amodra@bigpond.net.au> * po/SRC-POTFILES.in: Add cpu-ms1.c, elf32-ms1.c, elf-vxworks.c, |