From: H.J. Lu Date: Sat, 18 Aug 2001 18:03:24 +0000 (+0000) Subject: 2001-08-18 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e87a02842a05cf353653b052aba7d86f65dbde35;p=binutils-gdb.git 2001-08-18 H.J. Lu * config/tc-mips.c (show): Add the missing prototype. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d1bc89445a..c9853d997bc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-08-18 H.J. Lu + + * config/tc-mips.c (show): Add the missing prototype. + 2001-08-18 Thiemo Seufer * config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression() diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 205e2160349..01ece421fcc 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -727,6 +727,7 @@ static int mips16_extended_frag PARAMS ((fragS *, asection *, long)); static const char *mips_isa_to_str PARAMS ((int)); static const char *mips_cpu_to_str PARAMS ((int)); static int validate_mips_insn PARAMS ((const struct mips_opcode *)); +static void show PARAMS ((FILE *, char *, int *, int *)); /* Return values of my_getSmallExpression() */