2001-08-18 H.J. Lu <hjl@gnu.org>

* config/tc-mips.c (show): Add the missing prototype.
This commit is contained in:
H.J. Lu 2001-08-18 18:03:24 +00:00
parent fb1b323293
commit e87a02842a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-08-18 H.J. Lu <hjl@gnu.org>
* config/tc-mips.c (show): Add the missing prototype.
2001-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()

View File

@ -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() */