diff options
author | Richard Henderson <rth@redhat.com> | 2002-12-03 18:15:48 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-12-03 18:15:48 +0000 |
commit | a823923bf657b448ef2ef71ab7b8fad2f31cd818 (patch) | |
tree | 8b05668c014a8c78fd375edc8d9af3daa23efd7f /gas/ChangeLog | |
parent | 144da3c187ed993a76044e4e12a655dd760ef129 (diff) | |
download | gdb-a823923bf657b448ef2ef71ab7b8fad2f31cd818.zip gdb-a823923bf657b448ef2ef71ab7b8fad2f31cd818.tar.gz gdb-a823923bf657b448ef2ef71ab7b8fad2f31cd818.tar.bz2 |
include/opcode/
* ia64.h (enum ia64_opnd): Add IA64_OPND_LDXMOV.
bfd/
* cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
opcodes/
* ia64-opc-m.c: Add ld8.mov.
* ia64-asmtab.c: Regenerate.
gas/
* config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case.
gas/testsuite/
* gas/ia64/ldxmov-1.[ds]: New.
* gas/ia64/ldxmov-2.[ls]: New.
* gas/ia64/ia64.exp: Run them.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d8ddb69..d891166 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-12-03 Richard Henderson <rth@redhat.com> + + * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case. + 2002-12-03 Alan Modra <amodra@bigpond.net.au> * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg. |