]> gcc.gnu.org Git - gcc.git/commitdiff
rs6000.c (processor_target_table): Really allow GP optional instructions on Power4.
authorDavid Edelsohn <dje@gcc.gnu.org>
Fri, 14 Mar 2003 04:30:29 +0000 (23:30 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 14 Mar 2003 04:30:29 +0000 (23:30 -0500)
        * config/rs6000/rs6000.c (processor_target_table): Really allow
        GP optional instructions on Power4.

From-SVN: r64348

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 5e7a19bf44034b3c9151429429de75251dda3276..7843f7f614047a9d2d7f72a6d71afb62f519345f 100644 (file)
@@ -1,4 +1,9 @@
-2002-03-13  Roger Sayle  <roger@eyesopen.com>
+2003-03-13  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (processor_target_table): Really allow
+       GP optional instructions on Power4.
+
+2003-03-13  Roger Sayle  <roger@eyesopen.com>
 
        * calls.c (flags_from_decl_or_type): Factor and remove redundant
        conditional tests.
index b95e27b2ff1abbc7f40b48f6e1ef7d486e714585..2d8b80f67ecaf876324f1450be2b4db440240fad 100644 (file)
@@ -467,7 +467,7 @@ rs6000_override_options (default_cpu)
            POWER_MASKS},
         {"power4", PROCESSOR_POWER4,
             MASK_POWERPC | MASK_PPC_GFXOPT | MASK_NEW_MNEMONICS,
-            POWER_MASKS | MASK_PPC_GPOPT},
+            POWER_MASKS},
         {"powerpc", PROCESSOR_POWERPC,
            MASK_POWERPC | MASK_NEW_MNEMONICS,
            POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},
This page took 0.0948 seconds and 5 git commands to generate.