Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 12 Oct 2016 13:09:26 +0000 (15:09 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 12 Oct 2016 13:09:26 +0000 (15:09 +0200)
gcc/
* dwarf2out.c (dwarf2_lineno_debug_hooks): Use
dwarf2out_assembly_start.

From-SVN: r241045

gcc/ChangeLog
gcc/dwarf2out.c

index d6880d9f30872a79d5d5119f25153ed7c5dc28df..c66b7a730ea4ee338a3ebe236518fc31fc8e7442 100644 (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.
index b5787ef607ce648f839f42ad6c11fa0cf390684f..98deeefd337f6f9b395e4ce2aa6e1629a4572fd1 100644 (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,