From b0f43a24b7806ab03e470fcd852e2a116c741e81 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 31 Dec 1993 06:53:28 -0500 Subject: (OPTIMIZATION_OPTIONS): Just turn on machine-specific opts. (CAN_DEBUG_WITHOUT_FP): Define. From-SVN: r6347 --- gcc/config/i960/i960.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 9ec062b..5a2fb53 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -80,12 +80,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_SPEC "%{!nostdlib:-lcg %{p:-lprof}%{pg:-lgprof}\ %{mka:-lfpg}%{msa:-lfpg}%{mca:-lfpg}%{mcf:-lfpg} -lgnu}" -/* Omit frame pointer at -O2. Inline functions at -O3. */ +/* Show we can debug even without a frame pointer. */ +#define CAN_DEBUG_WITHOUT_FP + +/* Do leaf procedure and tail call optimizations for -O2 and higher. */ #define OPTIMIZATION_OPTIONS(LEVEL) \ { \ if ((LEVEL) >= 2) \ { \ - flag_omit_frame_pointer = 1; \ target_flags |= TARGET_FLAG_LEAFPROC; \ target_flags |= TARGET_FLAG_TAILCALL; \ } \ -- cgit v1.1