From d8ace44fced3ca4bde098bd04e84494d3ab48f7c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 29 Jul 1995 10:01:27 -0400 Subject: [PATCH] (CAN_DEBUG_WITHOUT_FP): Comment out. From-SVN: r10204 --- gcc/config/sh/sh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 38e7caab419..35acd14163c 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -46,8 +46,8 @@ Boston, MA 02111-1307, USA. */ #define LINK_SPEC "%{ml:-m shl}" -/* Show we can debug even without a frame pointer. */ -#define CAN_DEBUG_WITHOUT_FP +/* We can not debug without a frame pointer. */ +/* #define CAN_DEBUG_WITHOUT_FP */ #define CONDITIONAL_REGISTER_USAGE \ /* Hitachi saves and restores mac registers on call. */ \ -- 2.30.2