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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0c19685f7808bc9329575b08abb970756133487;p=gcc.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 c929cb0ea5b..33654042619 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 762a460476b..18ce7496335 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