From: Doug Evans Date: Mon, 6 Feb 1995 18:01:28 +0000 (+0000) Subject: (DBX_DEBUGGING_INFO): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29d306d0cb979375c537b447892538fc5977b552;p=gcc.git (DBX_DEBUGGING_INFO): Define. (PREFERRED_DEBUGGING_TYPE): Define. From-SVN: r8876 --- diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index f198561714b..fb5b016bdde 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