(DBX_DEBUGGING_INFO): Define.
authorDoug Evans <dje@gnu.org>
Fri, 18 Nov 1994 03:27:36 +0000 (03:27 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 18 Nov 1994 03:27:36 +0000 (03:27 +0000)
(PREFERRED_DEBUGGING_TYPE): Define to SDB_DEBUG.

From-SVN: r8505

gcc/config/h8300/h8300.h

index 1b24204782d4bdcd6843893163f3e9109f21d514..674b0f2a749da813f5ce8cf8323ac657f083e8f5 100644 (file)
@@ -1074,6 +1074,14 @@ dtors_section()                                          \
 #define SDB_DEBUGGING_INFO
 #define SDB_DELIM      "\n"
 
+/* Output DBX (stabs) debugging information if doing -gstabs.  */
+
+#define DBX_DEBUGGING_INFO
+
+/* Generate SDB debugging information by default. */
+
+#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
+
 /* A C statement to output something to the assembler file to switch to section
    NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or
    NULL_TREE.  Some target formats do not support arbitrary sections.  Do not