summaryrefslogtreecommitdiff
path: root/opcodes/ia64-gen.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-30 18:35:35 +0000
committerNick Clifton <nickc@redhat.com>2000-05-30 18:35:35 +0000
commitd6386503d2f48bbe42e595b568dc8a6ddcfdd18c (patch)
tree3a46469e46a6dd00e8f76fa3d613056ca35325d5 /opcodes/ia64-gen.c
parent4690202707aa4e626e58093aca99037f6a6f6b9e (diff)
downloadgdb-d6386503d2f48bbe42e595b568dc8a6ddcfdd18c.tar.gz
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.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 960540d50ca..a1e062ea398 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++);
}