Commit 86f57bd5 by Nathan Sidwell Committed by Nathan Sidwell

* dwarf2out.c (cur_line_info_table): Add GTY marker.

From-SVN: r236929
parent 34d5fe77
2016-05-31 Nathan Sidwell <nathan@acm.org>
* dwarf2out.c (cur_line_info_table): Add GTY marker.
2016-05-31 Oleg Endo <olegendo@gcc.gnu.org> 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
* config/sh/constraints.md (b): Remove constraint. * config/sh/constraints.md (b): Remove constraint.
......
...@@ -3038,7 +3038,7 @@ static unsigned int line_info_label_num; ...@@ -3038,7 +3038,7 @@ static unsigned int line_info_label_num;
/* The current table to which we should emit line number information /* The current table to which we should emit line number information
for the current function. This will be set up at the beginning of for the current function. This will be set up at the beginning of
assembly for the function. */ assembly for the function. */
static dw_line_info_table *cur_line_info_table; static GTY(()) dw_line_info_table *cur_line_info_table;
/* The two default tables of line number info. */ /* The two default tables of line number info. */
static GTY(()) dw_line_info_table *text_section_line_info; static GTY(()) dw_line_info_table *text_section_line_info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment