diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-30 18:35:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-30 18:35:35 +0000 |
commit | c1485d85e0bae60bf321baa007dd44bcc56b534b (patch) | |
tree | 05fb4d47e213be2861b124b1278ec24911e36fef /opcodes/ia64-gen.c | |
parent | c1a72ffdd6aecb2880a7ea3a00234fd48142074c (diff) | |
download | binutils-c1485d85e0bae60bf321baa007dd44bcc56b534b.zip binutils-c1485d85e0bae60bf321baa007dd44bcc56b534b.tar.gz binutils-c1485d85e0bae60bf321baa007dd44bcc56b534b.tar.bz2 |
Replace defines with those from intl/libgettext.h to quieten gcc warnings.
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r-- | opcodes/ia64-gen.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c index 960540d..a1e062e 100644 --- a/opcodes/ia64-gen.c +++ b/opcodes/ia64-gen.c @@ -800,8 +800,8 @@ irf_operand (int op, const char *field) if (!field) { return op == IA64_OPND_RR_R3 || op == IA64_OPND_DBR_R3 - || op == IA64_OPND_IBR_R3 || op == IA64_OPND_PKR_R3 - || op == IA64_OPND_PMC_R3 || op == IA64_OPND_PMD_R3 + || op == IA64_OPND_IBR_R3 || op == IA64_OPND_PKR_R3 + || op == IA64_OPND_PMC_R3 || op == IA64_OPND_PMD_R3 || op == IA64_OPND_MSR_R3 || op == IA64_OPND_CPUID_R3; } else @@ -1710,6 +1710,7 @@ add_dis_entry (first, opcode, mask, opcodenum, ent, completer_index) { abort (); } + while (ent != NULL) { ia64_insn newopcode = (opcode & (~ ent->mask)) | ent->bits; @@ -2550,7 +2551,6 @@ insert_completer_entry (opc, tabent, order) (*ptr)->is_terminal = 1; (*ptr)->mask = (ia64_insn)-1; (*ptr)->bits = opc->opcode; - (*ptr)->dependencies = insert_opcode_dependencies (opc, *ptr); (*ptr)->order = order; } @@ -2684,6 +2684,7 @@ add_opcode_entry (opc) } ordered_table[otlen++] = nent; } + insert_completer_entry (opc, *place, opcode_count++); } |