Commit 29e77530 by Thomas Schwinge Committed by Thomas Schwinge

Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations

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

From-SVN: r241045
parent cf7bb33f
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.
......
......@@ -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,
......
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