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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c099fb0..b72aa5b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2006-05-09 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (arm_fix_adjustable): For COFF, convert fixups + against symbols which are not going to be placed into the symbol + table. + 2006-05-09 Ben Elliston <bje@au.ibm.com> * expr.c (operand): Remove `if (0 && ..)' statement and |