aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-02-06 18:01:28 +0000
committerDoug Evans <dje@gnu.org>1995-02-06 18:01:28 +0000
commit29d306d0cb979375c537b447892538fc5977b552 (patch)
tree11c9ab2b04f910aa19e770317e3ffc77e4e9f306 /gcc
parentcc5c9c485724e706dc0835a2221916b994964202 (diff)
downloadgcc-29d306d0cb979375c537b447892538fc5977b552.zip
gcc-29d306d0cb979375c537b447892538fc5977b552.tar.gz
gcc-29d306d0cb979375c537b447892538fc5977b552.tar.bz2
(DBX_DEBUGGING_INFO): Define.
(PREFERRED_DEBUGGING_TYPE): Define. From-SVN: r8876
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sysv3.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h
index f198561..fb5b016 100644
--- a/gcc/config/i386/sysv3.h
+++ b/gcc/config/i386/sysv3.h
@@ -53,6 +53,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef ASM_FILE_START_1
#define ASM_FILE_START_1(FILE)
+
+/* We want to be able to get DBX debugging information via -gstabs. */
+
+#undef DBX_DEBUGGING_INFO
+#define DBX_DEBUGGING_INFO
+
+#undef PREFERRED_DEBUGGING_TYPE
+#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
/* longjmp may fail to restore the registers if called from the same
function that called setjmp. To compensate, the compiler avoids