aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-11-18 03:27:36 +0000
committerDoug Evans <dje@gnu.org>1994-11-18 03:27:36 +0000
commit1c2f7ae0458b30fdb665960dcf3530cbf9316d18 (patch)
treecb7136812d4425adca41d12e530971d27ae4fabb /gcc
parentb6e08b2b9f762ababfb44aa617a6e4c4ec9b54c4 (diff)
downloadgcc-1c2f7ae0458b30fdb665960dcf3530cbf9316d18.zip
gcc-1c2f7ae0458b30fdb665960dcf3530cbf9316d18.tar.gz
gcc-1c2f7ae0458b30fdb665960dcf3530cbf9316d18.tar.bz2
(DBX_DEBUGGING_INFO): Define.
(PREFERRED_DEBUGGING_TYPE): Define to SDB_DEBUG. From-SVN: r8505
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/h8300/h8300.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index 1b24204..674b0f2 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