Commit c0c19685 by Iain Sandoe

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
parent 30ff79fa
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>
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment