aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
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/config/darwin.h
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/config/darwin.h')
-rw-r--r--gcc/config/darwin.h2
1 files changed, 1 insertions, 1 deletions
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"