]> gcc.gnu.org Git - gcc.git/commitdiff
(TARGET_SWITCHES): Set MASK_STRING_SET explicitly if -mno-string, so
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 1995 18:11:45 +0000 (14:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 1995 18:11:45 +0000 (14:11 -0400)
that it can override the processor default.

From-SVN: r9846

gcc/config/rs6000/rs6000.h

index a45dad4000a17205cdf4c0031169435f32234363..bcdec1da05593aa5973ea003a6cf20b252ad5deb 100644 (file)
@@ -221,6 +221,7 @@ extern int target_flags;
   {"no-multiple",      MASK_MULTIPLE_SET},                             \
   {"string",           MASK_STRING | MASK_STRING_SET},                 \
   {"no-string",                - MASK_STRING},                                 \
+  {"no-string",                MASK_STRING_SET},                               \
   SUBTARGET_SWITCHES                                                   \
   {"",                 TARGET_DEFAULT}}
 
This page took 0.063894 seconds and 5 git commands to generate.