diff options
author | Alan Modra <amodra@gmail.com> | 2007-06-05 00:28:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-06-05 00:28:04 +0000 |
commit | 353ab8610a05f3a40b32c4fc1e11a44b53d3051d (patch) | |
tree | 5e5cb66c2b9661acff94eb580c93fa840bb65051 /gas/ChangeLog | |
parent | 7354508966632da6f4ca9667b242a8118b8bd531 (diff) | |
download | gdb-353ab8610a05f3a40b32c4fc1e11a44b53d3051d.zip gdb-353ab8610a05f3a40b32c4fc1e11a44b53d3051d.tar.gz gdb-353ab8610a05f3a40b32c4fc1e11a44b53d3051d.tar.bz2 |
* config/tc-spu.c (spu_cons): Use deferred_expression. Handle
number@ppu.
(tc_gen_reloc): Abort if neither addsy or subsy is set.
(md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
* config/tc-spu.h (md_operand): Handle @ppu without sym.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9225ad0..24bb920 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2007-06-05 Alan Modra <amodra@bigpond.net.au> + + * config/tc-spu.c (spu_cons): Use deferred_expression. Handle + number@ppu. + (tc_gen_reloc): Abort if neither addsy or subsy is set. + (md_apply_fix): Don't attempt to resolve SPU_PPU relocs. + * config/tc-spu.h (md_operand): Handle @ppu without sym. + 2007-05-31 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (insns): Allow strex on M profile cores. |