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
This commit is contained in:
parent
30ff79fa55
commit
c0c19685f7
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue