diff options
author | Klee Dienes <kdienes@apple.com> | 2002-11-18 16:50:05 +0000 |
---|---|---|
committer | Klee Dienes <kdienes@apple.com> | 2002-11-18 16:50:05 +0000 |
commit | e9e313ab9c7b2a69948f8b9f2157d3efff810fec (patch) | |
tree | 57582df301d5bf18f3f183c9cf286fe6d1703074 /opcodes/mcore-opc.h | |
parent | aa042527595909105c00060ee8941d9153ec34e5 (diff) | |
download | gdb-e9e313ab9c7b2a69948f8b9f2157d3efff810fec.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/mcore-opc.h')
-rw-r--r-- | opcodes/mcore-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h index 7e4f539dd44..39d76bbd1f0 100644 --- a/opcodes/mcore-opc.h +++ b/opcodes/mcore-opc.h @@ -39,7 +39,7 @@ typedef struct inst mcore_opcode_info; #ifdef DEFINE_TABLE -mcore_opcode_info mcore_table[] = +const mcore_opcode_info mcore_table[] = { { "bkpt", O0, 0, 0x0000 }, { "sync", O0, 0, 0x0001 }, |