This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: Add the missing prototype


I checked in the following patch.


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

	* config/tc-mips.c (show): Add the missing prototype.

--- gas/config/tc-mips.c.proto	Sat Aug 18 10:58:27 2001
+++ gas/config/tc-mips.c	Sat Aug 18 11:00:19 2001
@@ -763,6 +763,7 @@ static int mips16_extended_frag PARAMS (
 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 *));
 
 /* Table and functions used to map between CPU/ISA names, and
    ISA levels, and CPU numbers.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]