(rs6000_override_options): Fix typo with -mstring handling.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 1995 18:11:16 +0000 (14:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 1995 18:11:16 +0000 (14:11 -0400)
From-SVN: r9845

gcc/config/rs6000/rs6000.c

index 69fb22d30c7996d32e068966fe1c89c01ab152cb..cdf8732ba13798d923c3724ac2a98dfa4f675993 100644 (file)
@@ -189,7 +189,7 @@ rs6000_override_options ()
   /* If -mstring or -mno-string was explicitly used, don't
      override with the processor default */
   if (TARGET_STRING_SET)
-    target_flags = (target_flags & ~MASK_STRING) | multiple;
+    target_flags = (target_flags & ~MASK_STRING) | string;
 
   /* Don't allow -mmultiple or -mstring on little endian systems, because the
      hardware doesn't support the instructions used in little endian mode */