From e57bfabef7732cd33920776417eff64bdbfb4e16 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 13 Feb 1995 21:42:15 +0000 Subject: [PATCH] (DBX_DEBUGGING_INFO): Define. (PREFERRED_DEBUGGING_TYPE): Define. From-SVN: r8939 --- gcc/config/a29k/udi.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/config/a29k/udi.h b/gcc/config/a29k/udi.h index 6d28de057cc..4da1fa263b1 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" -- 2.30.2