From: Andreas Krebbel Date: Tue, 5 Mar 2013 12:02:06 +0000 (+0000) Subject: s390.h: Define DWARF2_ASM_LINE_DEBUG_INFO. X-Git-Tag: upstream/12.2.0~70994 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f276b762ec8ead4f3133a676d68d67bfd22d3c1a;p=platform%2Fupstream%2Fgcc.git s390.h: Define DWARF2_ASM_LINE_DEBUG_INFO. 2013-03-05 Andreas Krebbel * config/s390/s390.h: Define DWARF2_ASM_LINE_DEBUG_INFO. From-SVN: r196461 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b09e427..9d07f82 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-03-05 Andreas Krebbel + + * config/s390/s390.h: Define DWARF2_ASM_LINE_DEBUG_INFO. + 2013-03-05 Richard Biener PR tree-optimization/56270 diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index a9b7f5c..bd0bc23 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -591,6 +591,9 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER]; /* Register save slot alignment. */ #define DWARF_CIE_DATA_ALIGNMENT (-UNITS_PER_LONG) +/* Let the assembler generate debug line info. */ +#define DWARF2_ASM_LINE_DEBUG_INFO 1 + /* Frame registers. */