From 5c958bdaed6ab98447c6aa3bf6104086cd5954ce Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Fri, 22 Oct 2010 16:02:00 -0400 Subject: [PATCH] * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define. From-SVN: r165860 --- gcc/ChangeLog | 4 ++++ gcc/config/pdp11/pdp11.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78802b06bd4e..e93c6c49fff8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-22 Paul Koning + + * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define. + 2010-10-22 DJ Delorie * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant. diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 81180ebf6f6c..0eb3b02e2881 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see /* 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)