[patch, darwin, committed] fix PR49901

Iain Sandoe developer@sandoe-acoustics.co.uk
Sun Sep 4 18:53:00 GMT 2011


the following was approved on the PR thread.
cheers,
Iain


gcc:
	PR debug/49901
	* config/darwin.h (DEBUG_MACRO_SECTION): New macro.

Index: gcc/config/darwin.h
===================================================================
--- gcc/config/darwin.h	(revision 178509)
+++ gcc/config/darwin.h	(working copy)
@@ -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




More information about the Gcc-patches mailing list