(CAN_DEBUG_WITHOUT_FP): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Dec 1993 11:55:57 +0000 (06:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Dec 1993 11:55:57 +0000 (06:55 -0500)
(OPTIMIZATION_LEVELS): Just set MASK_GPOPT.

From-SVN: r6349

gcc/config/mips/mips.h

index 35a56b8985920354266d63d82d4a4d5b2e878016..e55c7c92fba4f591cb2a76d91292399ae069b0c9 100644 (file)
@@ -491,14 +491,12 @@ while (0)
 #define OPTIMIZATION_OPTIONS(LEVEL)                                    \
 {                                                                      \
   if (LEVEL)                                                           \
-    {                                                                  \
-      flag_omit_frame_pointer         = TRUE;                          \
-      flag_schedule_insns_after_reload = TRUE;                         \
-      target_flags |= MASK_GPOPT;                                      \
-    }                                                                  \
+    target_flags |= MASK_GPOPT;                                        \
 }
-\f
 
+/* Show we can debug even without a frame pointer.  */
+#define CAN_DEBUG_WITHOUT_FP
+\f
 /* Complain about missing specs and predefines that should be defined in each
    of the target tm files to override the defaults.  This is mostly a place-
    holder until I can get each of the files updated [mm].  */