(DBX_DEBUGGING_INFO): Define.
authorDoug Evans <dje@gnu.org>
Mon, 6 Feb 1995 18:01:28 +0000 (18:01 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 6 Feb 1995 18:01:28 +0000 (18:01 +0000)
(PREFERRED_DEBUGGING_TYPE): Define.

From-SVN: r8876

gcc/config/i386/sysv3.h

index f198561714b166387ce178465f2a9f3cae2869e9..fb5b016bdde22c1777bc5d1bd49e4c29bccdac8b 100644 (file)
@@ -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
 \f
 /* longjmp may fail to restore the registers if called from the same
    function that called setjmp.  To compensate, the compiler avoids