diff mbox

[darwin,committed] fix PR49901

Message ID D86C371C-0CCA-4EB2-A13D-E24ACC8F19A8@sandoe-acoustics.co.uk
State New
Headers show

Commit Message

Iain Sandoe Sept. 4, 2011, 6:53 p.m. UTC
the following was approved on the PR thread.
cheers,
Iain


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

Patch

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