OSDN Git Service

(DBX_DEBUGGING_INFO): Define.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 1995 21:42:15 +0000 (21:42 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 1995 21:42:15 +0000 (21:42 +0000)
(PREFERRED_DEBUGGING_TYPE): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8939 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/a29k/udi.h

index 6d28de0..4da1fa2 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"