From: Iain Sandoe Date: Sun, 4 Sep 2011 18:50:09 +0000 (+0000) Subject: re PR debug/49901 (gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin) X-Git-Tag: releases/gcc-4.7.0~3979 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c19685f7808bc9329575b08abb970756133487;p=thirdparty%2Fgcc.git re PR debug/49901 (gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin) PR debug/49901 * config/darwin.h (DEBUG_MACRO_SECTION): New macro. From-SVN: r178510 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c929cb0ea5ba..336540426191 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-09-04 Iain Sandoe + + PR debug/49901 + * config/darwin.h (DEBUG_MACRO_SECTION): New macro. + 2011-09-04 Jakub Jelinek Ira Rosen diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 762a460476b9..18ce74963357 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -413,6 +413,7 @@ extern GTY(()) int darwin_ms_struct; #define DEBUG_PUBTYPES_SECTION "__DWARF,__debug_pubtypes,regular,debug" #define DEBUG_STR_SECTION "__DWARF,__debug_str,regular,debug" #define DEBUG_RANGES_SECTION "__DWARF,__debug_ranges,regular,debug" +#define DEBUG_MACRO_SECTION "__DWARF,__debug_macro,regular,debug" #define TARGET_WANT_DEBUG_PUB_SECTIONS true