* as.c (debug_type): Init to DEBUG_UNSPECIFIED.
[deliverable/binutils-gdb.git] / gas / config / tc-mn10300.c
index 5c83421586843ac221ae74a11f44768f7a25ad68..51bc3fbeb8671240f6d29a38b01943086b2c6fcf 100644 (file)
@@ -1789,8 +1789,7 @@ keep_going:
        }
     }
 
-  if (debug_type == DEBUG_DWARF2)
-    dwarf2_generate_asm_lineno (real_size);
+  dwarf2_emit_insn (real_size);
 }
 
 /* If while processing a fixup, a reloc really needs to be created
@@ -2135,10 +2134,3 @@ set_arch_mach (mach)
 
   current_machine = mach;
 }
-
-void
-mn10300_finalize ()
-{
-  if (debug_type == DEBUG_DWARF2)
-    dwarf2_finish ();
-}
This page took 0.024148 seconds and 4 git commands to generate.