From 4a2c881ed4531a48f9e6e53ba10a4c91aacb8254 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Aug 2001 08:42:28 +0000 Subject: * i960-dis.c: Add parameters for prototypes (ctrl): Add unused attributes. (cobr): Likewise. (put_abs): Likewise. * mips-dis.c: Add missing prototypes. * a29k-dis.c: Likewise. * arc-dis.c: Likewise. * ia64-opc.c: Likewise. * s390-dis.c: Add missing prototypes. (init_disasm): Remove unused attribute since the parameter is used. --- opcodes/s390-dis.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes/s390-dis.c') diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c index f2ab4079ee..0ddaaf1782 100644 --- a/opcodes/s390-dis.c +++ b/opcodes/s390-dis.c @@ -29,11 +29,15 @@ static int init_flag = 0; static int opc_index[256]; static int current_arch_mask = 0; +static void init_disasm PARAMS ((struct disassemble_info *)); +static unsigned int s390_extract_operand + PARAMS ((unsigned char *, const struct s390_operand *)); + /* Set up index table for first opcode byte. */ static void init_disasm (info) - struct disassemble_info *info ATTRIBUTE_UNUSED; + struct disassemble_info *info; { const struct s390_opcode *opcode; const struct s390_opcode *opcode_end; -- cgit v1.2.1