diff options
author | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-21 07:33:21 +0000 |
---|---|---|
committer | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-21 07:33:21 +0000 |
commit | 5c94dd720ead54353be9024ef6c8372ad26a6440 (patch) | |
tree | f15c1ce785e82eaf1734b4c9d72cd3327ffab5a2 /gcc/config/i386/i386-coff.h | |
parent | b02e1cbe3db491af49ebb969968c374006526d18 (diff) | |
download | gcc-5c94dd720ead54353be9024ef6c8372ad26a6440.tar.gz |
(DBX_DEBUGGING_INFO): Added.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22517 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386-coff.h')
-rw-r--r-- | gcc/config/i386/i386-coff.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/i386/i386-coff.h b/gcc/config/i386/i386-coff.h index 915e307d17b..d3d08b12617 100644 --- a/gcc/config/i386/i386-coff.h +++ b/gcc/config/i386/i386-coff.h @@ -28,8 +28,13 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Di386" +/* We want to be able to get DBX debugging information via -gstabs. */ + #undef DBX_DEBUGGING_INFO -#define SDB_DEBUGGING_INFO +#define DBX_DEBUGGING_INFO + +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG /* Support the ctors and dtors sections for g++. */ |