diff options
author | Nick Clifton <nickc@redhat.com> | 2006-05-09 11:47:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-05-09 11:47:48 +0000 |
commit | 337ff0a5afa6511854390af9ca41f5de27a40cbc (patch) | |
tree | 38e8857ee32895684af844e8d224bb2a21bfd6d5 /bfd/ChangeLog | |
parent | 8c9f705ebb4a261be2fcf9e032e45fb90123d1d7 (diff) | |
download | gdb-337ff0a5afa6511854390af9ca41f5de27a40cbc.zip gdb-337ff0a5afa6511854390af9ca41f5de27a40cbc.tar.gz gdb-337ff0a5afa6511854390af9ca41f5de27a40cbc.tar.bz2 |
* config/tc-arm.c (arm_fix_adjustable): For COFF, convert fixups against
symbols which are not going to be placed into the symbol table.
* coffcode.h (coff_write_relocs): Produce an error message if a an
out-of-range symbol index is detected in a reloc.
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 cf6d030..3c8c505 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-05-09 Nick Clifton <nickc@redhat.com> + + * coffcode.h (coff_write_relocs): Produce an error message if a an + out-of-range symbol index is detected in a reloc. + 2006-05-09 Ben Elliston <bje@au.ibm.com> * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Remove unused |