OSDN Git Service

* config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
authorpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 2010 20:02:00 +0000 (20:02 +0000)
committerpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 2010 20:02:00 +0000 (20:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165860 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pdp11/pdp11.h

index 78802b0..e93c6c4 100644 (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.
index 81180eb..0eb3b02 100644 (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)