]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include/opcode/
authorRichard Henderson <rth@redhat.com>
Tue, 3 Dec 2002 18:15:48 +0000 (18:15 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 3 Dec 2002 18:15:48 +0000 (18:15 +0000)
commita823923bf657b448ef2ef71ab7b8fad2f31cd818
tree8b05668c014a8c78fd375edc8d9af3daa23efd7f
parent144da3c187ed993a76044e4e12a655dd760ef129
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