OSDN Git Service

2002-11-18 Klee Dienes <kdienes@apple.com>
authorkdienes <kdienes>
Mon, 18 Nov 2002 16:49:54 +0000 (16:49 +0000)
committerkdienes <kdienes>
Mon, 18 Nov 2002 16:49:54 +0000 (16:49 +0000)
commit3285405e9dfcebdbedacec7d9f13a1af89621bdf
treede086084498fcb144244ee076e06c7b53977ac14
parent2d817d1d3b02624da4930ef627ba429d85aafebd
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.
12 files changed:
include/opcode/ChangeLog
include/opcode/arc.h
include/opcode/i860.h
opcodes/ChangeLog
opcodes/arc-opc.c
opcodes/arm-opc.h
opcodes/h8500-opc.h
opcodes/i386-dis.c
opcodes/mcore-opc.h
opcodes/sh-opc.h
opcodes/w65-opc.h
opcodes/z8k-opc.h