aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>2009-09-24 17:28:52 +0000
committerRichard Henderson <rth@gcc.gnu.org>2009-09-24 10:28:52 -0700
commit2d84a33774e1201a09b07eaec60b4e019cb40dd5 (patch)
tree210f812251de236915cc580860b0902ce347096e /gcc
parent047a3193bd729475182a438d9929ec923f484481 (diff)
downloadgcc-2d84a33774e1201a09b07eaec60b4e019cb40dd5.zip
gcc-2d84a33774e1201a09b07eaec60b4e019cb40dd5.tar.gz
gcc-2d84a33774e1201a09b07eaec60b4e019cb40dd5.tar.bz2
* config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1.
From-SVN: r152128
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 51bf64a..1378f87 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 33af848..f671442 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -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"