This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] pdp11: define DBX_DEBUGGING_INFO


This patch defines DBX_DEBUGGING_INFO for pdp11, which causes stabs format debug info to be emitted to the assembly output.  I don't think the assembler does anything with it, but the clear benefit is that all the testcases that build with -g no longer fail due to "debug output is not supported" messages.

Committed.

	paul

ChangeLog: 

2010-10-22  Paul Koning  <ni1d@arrl.net>

	* config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.

Index: config/pdp11/pdp11.h
===================================================================
--- config/pdp11/pdp11.h	(revision 165858)
+++ config/pdp11/pdp11.h	(working copy)
@@ -42,7 +42,7 @@
 
 /* Generate DBX debugging information.  */
 
-/* #define DBX_DEBUGGING_INFO */
+#define DBX_DEBUGGING_INFO
 
 #define TARGET_40_PLUS		(TARGET_40 || TARGET_45)
 #define TARGET_10		(! TARGET_40_PLUS)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]