summaryrefslogtreecommitdiff
path: root/opcodes/z8k-opc.h
diff options
context:
space:
mode:
authorKlee Dienes <kdienes@apple.com>2002-11-18 16:50:05 +0000
committerKlee Dienes <kdienes@apple.com>2002-11-18 16:50:05 +0000
commitfad172d1f7fdf1e8cc42e903f6eb3208c9a4df3b (patch)
treeb4937153bad25985f0bb12c79d70ee9acc0c1f2e /opcodes/z8k-opc.h
parenteadf164a25ba8786b2e83cad942f5191b6b19b3b (diff)
downloadbinutils-redhat-fad172d1f7fdf1e8cc42e903f6eb3208c9a4df3b.tar.gz
2002-11-18 Klee Dienes <kdienes@apple.com>
* arc.h (arc_ext_opcodes): Declare as extern. (arc_ext_operands): Declare as extern. * i860.h (i860_opcodes): Declare as const. 2002-11-18 Klee Dienes <kdienes@apple.com> * arc-opc.c (arc_ext_opcodes): Define. (arc_ext_operands): Define. * i386-dis.c (Suffix3DNow): Declare as const. * arm-opc.h (arm_opcodes): Declare as const. (thumb_opcodes): Declare as const. * h8500-opc.h (h8500_table): Declare as const. (h8500_table): Use a NULL for the opcode in the terminator, so that code testing (opcode->name) behaves correctly. * mcore-opc.h (mcore_table): Declare as const. * sh-opc.h (sh_table): Declare as const. * w65-opc.h (optable): Declare as const. * z8k-opc.h (z8k_table): Declare as const.
Diffstat (limited to 'opcodes/z8k-opc.h')
-rw-r--r--opcodes/z8k-opc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/z8k-opc.h b/opcodes/z8k-opc.h
index 0e478bfd0e..0c73b8cd80 100644
--- a/opcodes/z8k-opc.h
+++ b/opcodes/z8k-opc.h
@@ -258,7 +258,7 @@ int length;
int idx;
} opcode_entry_type;
#ifdef DEFINE_TABLE
-opcode_entry_type z8k_table[] = {
+const opcode_entry_type z8k_table[] = {
/* 1011 0101 ssss dddd *** adc rd,rs */