include/opcode/
commitb3f43181b3e66c965387fcd0dc7af66c615c7c17
authorRichard Henderson <rth@redhat.com>
Tue, 3 Dec 2002 18:15:48 +0000 (3 18:15 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 3 Dec 2002 18:15:48 +0000 (3 18:15 +0000)
tree7d76e1c8af3577955e98a8c902220c4749f8cc0a
parentf04d5095b67ef7cacb973e1acd4220dbf37ddccc
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.
15 files changed:
bfd/ChangeLog
bfd/cpu-ia64-opc.c
gas/ChangeLog
gas/config/tc-ia64.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ia64/ia64.exp
gas/testsuite/gas/ia64/ldxmov-1.d [new file with mode: 0644]
gas/testsuite/gas/ia64/ldxmov-1.s [new file with mode: 0644]
gas/testsuite/gas/ia64/ldxmov-2.l [new file with mode: 0644]
gas/testsuite/gas/ia64/ldxmov-2.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/ia64.h
opcodes/ChangeLog
opcodes/ia64-asmtab.c
opcodes/ia64-opc-m.c