From 8d5d32821494dcd0f98c6820ab4ae3bb8eb354ff Mon Sep 17 00:00:00 2001 From: kenner Date: Fri, 31 Dec 1993 11:55:57 +0000 Subject: [PATCH] (CAN_DEBUG_WITHOUT_FP): Define. (OPTIMIZATION_LEVELS): Just set MASK_GPOPT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6349 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/mips/mips.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 35a56b8..e55c7c9 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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; \ } - +/* Show we can debug even without a frame pointer. */ +#define CAN_DEBUG_WITHOUT_FP + /* 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]. */ -- 2.7.4