From: pkoning Date: Fri, 22 Oct 2010 20:02:00 +0000 (+0000) Subject: * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define. X-Git-Tag: upstream/4.9.2~25499 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03304b5fc92f6e458e55949c43fe3a098a0ce86f;p=platform%2Fupstream%2Flinaro-gcc.git * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165860 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78802b0..e93c6c4 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 81180eb..0eb3b02 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)