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

From-SVN: r165860
This commit is contained in:
Paul Koning 2010-10-22 16:02:00 -04:00 committed by Paul Koning
parent f6bac694c2
commit 5c958bdaed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-22 Paul Koning <ni1d@arrl.net>
* config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
2010-10-22 DJ Delorie <dj@redhat.com>
* config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.

View File

@ -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)