Commit d8c8a706 by Gavin Romig-Koch Committed by Gavin Romig-Koch

mips.c (mips_explicit_type_size_string): Correct its type.

	* config/mips/mips.c (mips_explicit_type_size_string): Correct
       its type.

From-SVN: r25838
parent 61758275
1999-03-18 Gavin Romig-Koch <gavin@cygnus.com>
* config/mips/mips.c (mips_explicit_type_size_string): Correct
its type.
Thu Mar 18 01:24:25 1999 Jeffrey A Law (law@cygnus.com)
* configure.in: Use "exit 1", not "exit (1)".
......
......@@ -224,7 +224,7 @@ const char *mips_no_mips16_string;
/* This is only used to determine if an type size setting option was
explicitly specified (-mlong64, -mint64, -mlong32). The specs
set this option if such an option is used. */
char *mips_explicit_type_size_string;
const char *mips_explicit_type_size_string;
/* Whether we are generating mips16 hard float code. In mips16 mode
we always set TARGET_SOFT_FLOAT; this variable is nonzero if
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment