summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/darwin.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-01-07 18:32:31 +0000
committerpfg <pfg@FreeBSD.org>2014-01-07 18:32:31 +0000
commitdaf195b13f0834494738bf0f4b3b65350beb0f3b (patch)
tree67f1b449164ad20d4d8c8aaa206a2ca7cb6c1208 /contrib/gcc/config/darwin.h
parentcd4455d63815797dee4bd5d2fbe903ace2888a8f (diff)
downloadFreeBSD-src-daf195b13f0834494738bf0f4b3b65350beb0f3b.zip
FreeBSD-src-daf195b13f0834494738bf0f4b3b65350beb0f3b.tar.gz
MFC r259841
gcc: Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is defined. Obtained from: gcc 4.3 (rev. 118826; GPLv2)
Diffstat (limited to 'contrib/gcc/config/darwin.h')
-rw-r--r--contrib/gcc/config/darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/config/darwin.h b/contrib/gcc/config/darwin.h
index f4d4c7e..e732217 100644
--- a/contrib/gcc/config/darwin.h
+++ b/contrib/gcc/config/darwin.h
@@ -401,6 +401,7 @@ extern GTY(()) int darwin_ms_struct;
#define DEBUG_LINE_SECTION "__DWARF,__debug_line,regular,debug"
#define DEBUG_LOC_SECTION "__DWARF,__debug_loc,regular,debug"
#define DEBUG_PUBNAMES_SECTION "__DWARF,__debug_pubnames,regular,debug"
+#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"
OpenPOWER on IntegriCloud