]> gcc.gnu.org Git - gcc.git/commitdiff
Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Fri, 28 Jun 2002 04:21:17 +0000 (04:21 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 28 Jun 2002 04:21:17 +0000 (04:21 +0000)
        * config/rs6000/rs6000.c (rs6000_override_options): Move
        *SUBTARGET_OVERRIDE_OPTIONS before the -m options.

From-SVN: r55053

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

index 496d52bc1042c94984930a1514263b63cbd90b87..ab1a59b1859a6e9852b2ba0872ca1a92456e3e60 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.c (rs6000_override_options): Move
+        *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
+
 2002-06-27  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's.
index d9501e6d74e59a7d56649ec2444fdc1e161fd565..b57d85c1a3d0aa46e495cbd279399bd3c9d1e657 100644 (file)
@@ -541,6 +541,13 @@ rs6000_override_options (default_cpu)
     }
 #endif
 
+#ifdef SUBTARGET_OVERRIDE_OPTIONS
+  SUBTARGET_OVERRIDE_OPTIONS;
+#endif
+#ifdef SUBSUBTARGET_OVERRIDE_OPTIONS
+  SUBSUBTARGET_OVERRIDE_OPTIONS;
+#endif
+
   /* Set debug flags */
   if (rs6000_debug_name)
     {
@@ -596,13 +603,6 @@ rs6000_override_options (default_cpu)
     memcpy (rs6000_reg_names, alt_reg_names, sizeof (rs6000_reg_names));
 #endif
 
-#ifdef SUBTARGET_OVERRIDE_OPTIONS
-  SUBTARGET_OVERRIDE_OPTIONS;
-#endif
-#ifdef SUBSUBTARGET_OVERRIDE_OPTIONS
-  SUBSUBTARGET_OVERRIDE_OPTIONS;
-#endif
-
   /* Set TARGET_AIX_STRUCT_RET last, after the ABI is determined.
      If -maix-struct-return or -msvr4-struct-return was explicitly
      used, don't override with the ABI default.  */
This page took 0.118691 seconds and 5 git commands to generate.