diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-26 11:47:39 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-26 11:47:39 +0000 |
commit | e451b2c504f2858a75b64f5e2460b14584baaa62 (patch) | |
tree | 20ea3591086571a284a0b6577851a821621a0ec0 /include/opcode/d30v.h | |
parent | 8e26d5b5a766b0e396ed573b67a4f2b50067895c (diff) | |
download | cygnal-e451b2c504f2858a75b64f5e2460b14584baaa62.tar.gz cygnal-e451b2c504f2858a75b64f5e2460b14584baaa62.tar.bz2 cygnal-e451b2c504f2858a75b64f5e2460b14584baaa62.zip |
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.
Diffstat (limited to 'include/opcode/d30v.h')
-rw-r--r-- | include/opcode/d30v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h index 6cbc2576e..c18874b66 100644 --- a/include/opcode/d30v.h +++ b/include/opcode/d30v.h @@ -32,7 +32,7 @@ struct pd_reg }; extern const struct pd_reg pre_defined_registers[]; -int reg_name_cnt(); +int reg_name_cnt PARAMS ((void)); /* the number of control registers */ #define MAX_CONTROL_REG 64 |