]> gcc.gnu.org Git - gcc.git/commitdiff
mips.c (mips_explicit_type_size_string): Correct its type.
authorGavin Romig-Koch <gavin@cygnus.com>
Thu, 18 Mar 1999 05:32:31 +0000 (05:32 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Thu, 18 Mar 1999 05:32:31 +0000 (05:32 +0000)
* config/mips/mips.c (mips_explicit_type_size_string): Correct
       its type.

From-SVN: r25838

gcc/ChangeLog
gcc/config/mips/mips.c

index 60a6bb2f68b02bcd3458085604d3f6bbe6132a6f..fb55a74af58734cf22b1593da5419ed540a1c25b 100644 (file)
@@ -1,3 +1,8 @@
+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)".
index 50fb10eac222817a950b68beb0f147862e6b2be7..a4b38e197a3ef75dee0947b12d68c61c7e3a4d19 100644 (file)
@@ -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
This page took 0.078907 seconds and 5 git commands to generate.