From 7aeb7aebc60606ff63057b36fa0be900a3af30df Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 28 Oct 1992 09:30:48 +0000 Subject: [PATCH] Initial revision From-SVN: r2626 --- gcc/config/i386/gstabs.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gcc/config/i386/gstabs.h diff --git a/gcc/config/i386/gstabs.h b/gcc/config/i386/gstabs.h new file mode 100644 index 00000000000..e39b7e3809d --- /dev/null +++ b/gcc/config/i386/gstabs.h @@ -0,0 +1,9 @@ +#include "i386gas.h" + +/* We do not want to output SDB debugging information. */ + +#undef SDB_DEBUGGING_INFO + +/* We want to output DBX debugging information. */ + +#define DBX_DEBUGGING_INFO -- 2.30.2