* config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1.
authorIain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
Thu, 24 Sep 2009 17:28:52 +0000 (17:28 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 24 Sep 2009 17:28:52 +0000 (10:28 -0700)
From-SVN: r152128

gcc/ChangeLog
gcc/config/darwin.h

index 51bf64a..1378f87 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
 
+       * config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1.
+
+2009-09-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
+
        PR bootstrap/41405
         * common.opt: Initialize dwarf_strict to -1.
        * toplev.c (process_options): Catch unset dwarf_strict
index 33af848..f671442 100644 (file)
@@ -446,7 +446,7 @@ extern GTY(()) int darwin_ms_struct;
 
 #define DBX_DEBUGGING_INFO 1
 
-#define DWARF2_DEBUGGING_INFO
+#define DWARF2_DEBUGGING_INFO 1
 #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
 
 #define DEBUG_FRAME_SECTION    "__DWARF,__debug_frame,regular,debug"