diff options
author | pkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-22 20:02:00 +0000 |
---|---|---|
committer | pkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-22 20:02:00 +0000 |
commit | 03304b5fc92f6e458e55949c43fe3a098a0ce86f (patch) | |
tree | 4cd192b16eff4e81f7bfa8636598323cc173277e /gcc/config/pdp11/pdp11.h | |
parent | 4df847a7b28a2d37335cb114e1591ba9fb15ba5d (diff) | |
download | gcc-03304b5fc92f6e458e55949c43fe3a098a0ce86f.tar.gz |
* 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
Diffstat (limited to 'gcc/config/pdp11/pdp11.h')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 81180ebf6f6..0eb3b02e288 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) |