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 | 84037f8c661b04523b5858209b1dc69109f4f31e (patch) | |
tree | 27eb28738f9bf4d38786459f6da2ec8dd6e5fd2c /opcodes/i386-dis.c | |
parent | 93509525ce7ec98e549760eae1848ebf2fff0c9b (diff) | |
download | gdb-84037f8c661b04523b5858209b1dc69109f4f31e.zip gdb-84037f8c661b04523b5858209b1dc69109f4f31e.tar.gz gdb-84037f8c661b04523b5858209b1dc69109f4f31e.tar.bz2 |
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/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index d2271d8..65c36f1 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -3970,7 +3970,7 @@ OP_XS (bytemode, sizeflag) BadOp (); } -static const char *Suffix3DNow[] = { +static const char *const Suffix3DNow[] = { /* 00 */ NULL, NULL, NULL, NULL, /* 04 */ NULL, NULL, NULL, NULL, /* 08 */ NULL, NULL, NULL, NULL, |