OSDN Git Service

* config/rs6000/rs6000.c (processor_target_table): Really allow
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2003 04:30:29 +0000 (04:30 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2003 04:30:29 +0000 (04:30 +0000)
        GP optional instructions on Power4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64348 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5e7a19b..7843f7f 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 b95e27b..2d8b80f 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},