Commit 29d306d0 by Doug Evans

(DBX_DEBUGGING_INFO): Define.

(PREFERRED_DEBUGGING_TYPE): Define.

From-SVN: r8876
parent cc5c9c48
......@@ -54,6 +54,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
putting variables in registers in functions that use both setjmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment