diff options
author | Doug Evans <dje@gnu.org> | 1995-02-13 21:42:15 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-02-13 21:42:15 +0000 |
commit | e57bfabef7732cd33920776417eff64bdbfb4e16 (patch) | |
tree | 94b8f33af23127bc60b2195426fdde9facd748a1 /gcc | |
parent | 9ccd47de7114bb9e60d7c263a465c699cee7367f (diff) | |
download | gcc-e57bfabef7732cd33920776417eff64bdbfb4e16.zip gcc-e57bfabef7732cd33920776417eff64bdbfb4e16.tar.gz gcc-e57bfabef7732cd33920776417eff64bdbfb4e16.tar.bz2 |
(DBX_DEBUGGING_INFO): Define.
(PREFERRED_DEBUGGING_TYPE): Define.
From-SVN: r8939
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/a29k/udi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/a29k/udi.h b/gcc/config/a29k/udi.h index 6d28de0..4da1fa2 100644 --- a/gcc/config/a29k/udi.h +++ b/gcc/config/a29k/udi.h @@ -20,6 +20,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "a29k/a29k.h" +/* Output DBX (stabs) debugging information if doing -gstabs. */ + +#define DBX_DEBUGGING_INFO + +/* Generate SDB debugging information by default. */ + +#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG + /* Support the ctors and dtors sections for g++. */ #define CTORS_SECTION_ASM_OP "\t.use .ctors" |