OSDN Git Service

For include/opcode:
authoraj <aj>
Sun, 26 Aug 2001 11:47:38 +0000 (11:47 +0000)
committeraj <aj>
Sun, 26 Aug 2001 11:47:38 +0000 (11:47 +0000)
commit76b708f5d902216477ac319f0220df13d28ffd31
treeaf352500e2d02e192ea20db38c06c8f814cd112c
parent6ef04052e742e4c2c771618842d099cb76c80c41
For include/opcode:
* d30v.h: Fix declaration of reg_name_cnt.

* d10v.h: Fix declaration of d10v_reg_name_cnt.

* arc.h: Add prototypes from opcodes/arc-opc.c.

For opcodes:
* tic54x-dis.c: Add unused attributes where needed.

* z8k-dis.c (output_instr): Add unused attribute.

* h8300-dis.c: Add missing prototypes.
(bfd_h8_disassemble): Make static.

* cris-dis.c: Add missing prototype.
* h8500-dis.c: Likewise.
* m68hc11-dis.c: Likewise.
* pj-dis.c: Likewise.
* tic54x-dis.c: Likewise.
* v850-dis.c: Likewise.
* vax-dis.c: Likewise.
* w65-dis.c: Likewise.
* z8k-dis.c: Likewise.

* d10v-dis.c: Add missing prototype.
(dis_long): Remove unused variable.
(dis_2_short): Likewise.

* sh-dis.c: Add missing prototypes.
* v850-opc.c: Likewise.
Add unused attributes where needed.

* ns32k-dis.c: Add missing prototypes.
(bit_extract_simple): Remove unused variable.
18 files changed:
include/opcode/ChangeLog
include/opcode/arc.h
include/opcode/d10v.h
include/opcode/d30v.h
opcodes/ChangeLog
opcodes/cris-dis.c
opcodes/d10v-dis.c
opcodes/h8300-dis.c
opcodes/h8500-dis.c
opcodes/ns32k-dis.c
opcodes/pj-dis.c
opcodes/sh-dis.c
opcodes/tic54x-dis.c
opcodes/v850-dis.c
opcodes/v850-opc.c
opcodes/vax-dis.c
opcodes/w65-dis.c
opcodes/z8k-dis.c