From 1c2f7ae0458b30fdb665960dcf3530cbf9316d18 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 18 Nov 1994 03:27:36 +0000 Subject: [PATCH] (DBX_DEBUGGING_INFO): Define. (PREFERRED_DEBUGGING_TYPE): Define to SDB_DEBUG. From-SVN: r8505 --- gcc/config/h8300/h8300.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 1b24204782d..674b0f2a749 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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 -- 2.30.2