Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations

gcc/
	* dwarf2out.c (dwarf2_lineno_debug_hooks): Use
	dwarf2out_assembly_start.

From-SVN: r241045
This commit is contained in:
Thomas Schwinge 2016-10-12 15:09:26 +02:00 committed by Thomas Schwinge
parent cf7bb33f4d
commit 29e7753047
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2016-10-12 Thomas Schwinge <thomas@codesourcery.com>
* dwarf2out.c (dwarf2_lineno_debug_hooks): Use
dwarf2out_assembly_start.
* Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
* Makefile.in (SELFTEST_FLAGS): New variable.

View File

@ -2540,7 +2540,7 @@ const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
dwarf2out_init,
debug_nothing_charstar,
debug_nothing_charstar,
debug_nothing_void,
dwarf2out_assembly_start,
debug_nothing_int_charstar,
debug_nothing_int_charstar,
debug_nothing_int_charstar,