aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/dwarf2out.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d6880d9..c66b7a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index b5787ef..98deeef 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,