diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-29 10:01:27 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-29 10:01:27 -0400 |
commit | d8ace44fced3ca4bde098bd04e84494d3ab48f7c (patch) | |
tree | 1ce497857b8473479d82679810738664d615b0a9 /gcc | |
parent | e3be1b322979a23b3ef912f6bdf4f308adbf6176 (diff) | |
download | gcc-d8ace44fced3ca4bde098bd04e84494d3ab48f7c.zip gcc-d8ace44fced3ca4bde098bd04e84494d3ab48f7c.tar.gz gcc-d8ace44fced3ca4bde098bd04e84494d3ab48f7c.tar.bz2 |
(CAN_DEBUG_WITHOUT_FP): Comment out.
From-SVN: r10204
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 38e7caa..35acd14 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. */ \ |