From: Richard Kenner Date: Fri, 31 Dec 1993 11:55:57 +0000 (-0500) Subject: (CAN_DEBUG_WITHOUT_FP): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7be1e5236cb5fedfe05c40f3e69651b37e940582;p=gcc.git (CAN_DEBUG_WITHOUT_FP): Define. (OPTIMIZATION_LEVELS): Just set MASK_GPOPT. From-SVN: r6349 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 35a56b89859..e55c7c92fba 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]. */