]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR debug/49901 (gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin)
authorIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Sep 2011 18:50:09 +0000 (18:50 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Sep 2011 18:50:09 +0000 (18:50 +0000)
PR debug/49901
* config/darwin.h (DEBUG_MACRO_SECTION): New macro.

From-SVN: r178510

gcc/ChangeLog
gcc/config/darwin.h

index c929cb0ea5badee4b21ef7aafe749dc125583dd9..336540426191d80fb1205c2d33a1278f4e763f53 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-04  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR debug/49901
+       * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
+
 2011-09-04  Jakub Jelinek  <jakub@redhat.com>
            Ira Rosen  <ira.rosen@linaro.org>
 
index 762a460476b9f49b1c85a7fadf60a57b72a1a170..18ce7496335769cb7aa0c165b3036f33d07ed1ce 100644 (file)
@@ -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