aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-12-03 18:15:48 +0000
committerRichard Henderson <rth@redhat.com>2002-12-03 18:15:48 +0000
commita823923bf657b448ef2ef71ab7b8fad2f31cd818 (patch)
tree8b05668c014a8c78fd375edc8d9af3daa23efd7f /include
parent144da3c187ed993a76044e4e12a655dd760ef129 (diff)
downloadgdb-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 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/ia64.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e1bfcec..dacea74 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-03 Richard Henderson <rth@redhat.com>
+
+ * ia64.h (enum ia64_opnd): Add IA64_OPND_LDXMOV.
+
2002-12-03 Alan Modra <amodra@bigpond.net.au>
* cgen.h (struct cgen_maybe_multi_ifield): Add "const PTR p" to union.
diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h
index d4e6d10..191e1243 100644
--- a/include/opcode/ia64.h
+++ b/include/opcode/ia64.h
@@ -133,6 +133,7 @@ enum ia64_opnd
IA64_OPND_TGT25b, /* signed 25-bit (ip + 16*bits 6-12, 20-32, 36) */
IA64_OPND_TGT25c, /* signed 25-bit (ip + 16*bits 13-32, 36) */
IA64_OPND_TGT64, /* 64-bit (ip + 16*bits 13-32, 36, 2-40(L)) */
+ IA64_OPND_LDXMOV, /* any symbol, generates R_IA64_LDXMOV. */
IA64_OPND_COUNT /* # of operand types (MUST BE LAST!) */
};