(CAN_DEBUG_WITHOUT_FP): Comment out.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 29 Jul 1995 14:01:27 +0000 (10:01 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 29 Jul 1995 14:01:27 +0000 (10:01 -0400)
From-SVN: r10204

gcc/config/sh/sh.h

index 38e7caa..35acd14 100644 (file)
@@ -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.  */     \