From: Thomas Schwinge Date: Wed, 12 Oct 2016 13:09:26 +0000 (+0200) Subject: Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29e775304704a116185b45d1afd63a1387b5d348;p=gcc.git Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations gcc/ * dwarf2out.c (dwarf2_lineno_debug_hooks): Use dwarf2out_assembly_start. From-SVN: r241045 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d6880d9f308..c66b7a730ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2016-10-12 Thomas Schwinge + * dwarf2out.c (dwarf2_lineno_debug_hooks): Use + dwarf2out_assembly_start. + * Makefile.in (SELFTEST_FLAGS): Add -nostdinc. * Makefile.in (SELFTEST_FLAGS): New variable. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b5787ef607c..98deeefd337 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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,