diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-23 21:36:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-23 21:36:18 +0000 |
commit | 59cf82fe74db7b9fdf47bcf089a4fd301b067ea5 (patch) | |
tree | ec02de0f544d502a6be9bed13ef65fb43f2015f3 /opcodes/ia64-opc.h | |
parent | 921286914fd31d4b7f3175c55e7c32ceef29a010 (diff) | |
download | gdb-59cf82fe74db7b9fdf47bcf089a4fd301b067ea5.zip gdb-59cf82fe74db7b9fdf47bcf089a4fd301b067ea5.tar.gz gdb-59cf82fe74db7b9fdf47bcf089a4fd301b067ea5.tar.bz2 |
bfd/
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* cpu-ia64-opc.c (ins_immu5b): New.
(ext_immu5b): Likewise.
(elf64_ia64_operands): Add IMMU5b.
gas/
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b.
gas/testsuite/
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* gas/ia64/opc-i.s: Add tests for tf.
* gas/ia64/pseudo.s: Likewise.
* gas/ia64/opc-i.d: Updated.
* gas/ia64/pseudo.d: Likewise.
include/opcode/
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b.
opcodes/
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* ia64-opc-i.c (bXc): New.
(mXc): Likewise.
(OpX2TaTbYaXcC): Likewise.
(TF). Likewise.
(TFCM). Likewise.
(ia64_opcodes_i): Add instructions for tf.
* ia64-opc.h (IMMU5b): New.
* ia64-asmtab.c: Regenerated.
Diffstat (limited to 'opcodes/ia64-opc.h')
-rw-r--r-- | opcodes/ia64-opc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/ia64-opc.h b/opcodes/ia64-opc.h index 0c97849..617de5e 100644 --- a/opcodes/ia64-opc.h +++ b/opcodes/ia64-opc.h @@ -1,5 +1,6 @@ /* ia64-opc.h -- IA-64 opcode table. - Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2002, 2005, 2006 + Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GDB, GAS, and the GNU binutils. @@ -112,6 +113,7 @@ #define IMMU24 IA64_OPND_IMMU24 #define IMMU62 IA64_OPND_IMMU62 #define IMMU64 IA64_OPND_IMMU64 +#define IMMU5b IA64_OPND_IMMU5b #define IMMU7a IA64_OPND_IMMU7a #define IMMU7b IA64_OPND_IMMU7b #define IMMU9 IA64_OPND_IMMU9 |