From 2d84a33774e1201a09b07eaec60b4e019cb40dd5 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 24 Sep 2009 17:28:52 +0000 Subject: * config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1. From-SVN: r152128 --- gcc/ChangeLog | 4 ++++ gcc/config/darwin.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') 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 + * config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1. + +2009-09-24 Iain Sandoe + 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" -- cgit v1.1