(DBX_DEBUGGING_INFO): Define.
authorDoug Evans <dje@gnu.org>
Mon, 13 Feb 1995 21:42:15 +0000 (21:42 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 13 Feb 1995 21:42:15 +0000 (21:42 +0000)
(PREFERRED_DEBUGGING_TYPE): Define.

From-SVN: r8939

gcc/config/a29k/udi.h

index 6d28de057cc183adbe683a2c5c6e1d659c244e7e..4da1fa263b15ebd0d2c70a77423b1705d024393e 100644 (file)
@@ -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"