From c0c19685f7808bc9329575b08abb970756133487 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Sun, 4 Sep 2011 18:50:09 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin.h | 1 + 2 files changed, 6 insertions(+) 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 -- 2.43.5