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
commit8c20dd179ef0ba7f7a40dddbac3b811cb8b240a0 (patch)
tree39e3ead1ca56e68d2d38eb8a14344848a6d6f097 /opcodes/ia64-gen.c
parent58a3123a994bcab87cfe7511878274fbae1c9da2 (diff)
downloadbinutils-redhat-8c20dd179ef0ba7f7a40dddbac3b811cb8b240a0.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 960540d50c..a1e062ea39 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++);
}