From: Doug Evans Date: Mon, 13 Feb 1995 21:42:15 +0000 (+0000) Subject: (DBX_DEBUGGING_INFO): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e57bfabef7732cd33920776417eff64bdbfb4e16;p=gcc.git (DBX_DEBUGGING_INFO): Define. (PREFERRED_DEBUGGING_TYPE): Define. From-SVN: r8939 --- 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"