]> gcc.gnu.org Git - gcc.git/commitdiff
Define NO_FUNCTION_CSE and CAN_DEBUG_WITHOUT_FP; delete
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Dec 1993 11:52:33 +0000 (06:52 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Dec 1993 11:52:33 +0000 (06:52 -0500)
OVERRIDE_OPTIONS.

From-SVN: r6345

gcc/config/h8300/h8300.h

index 0c1c87e0e42b9847641573651fb62f68b0d52f42..f634eaed271a6673e906104afd7608ba456af162 100644 (file)
@@ -50,16 +50,14 @@ int target_flags;
     {"relax",1024},  \
     { "", TARGET_DEFAULT}}
 
-#define OPTIMIZATION_OPTIONS(OPTIMIZE)          \
-{                                               \
-  obey_regdecls = 0;                            \
-  flag_omit_frame_pointer = (OPTIMIZE > 1);     \
-}
-
-#define OVERRIDE_OPTIONS                        \
-{                                               \
-  flag_no_function_cse = 1;                     \
-}
+/* Show we can debug even without a frame pointer.  */
+#define CAN_DEBUG_WITHOUT_FP
+
+/* Define this if addresses of constant functions
+   shouldn't be put through pseudo regs where they can be cse'd.
+   Desirable on machines where ordinary constants are expensive
+   but a CALL with constant address is cheap.  */
+#define NO_FUNCTION_CSE
 
 #define TARGET_INT32    (target_flags & 8)
 #define TARGET_LONG16   (target_flags & 16)
This page took 0.07437 seconds and 5 git commands to generate.