* as.c (debug_type): Init to DEBUG_UNSPECIFIED.
[deliverable/binutils-gdb.git] / gas / config / tc-mn10300.c
index c865b8561d067a27f3ca1ff34fef58fea831282a..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
@@ -1927,7 +1926,6 @@ md_apply_fix3 (fixp, valuep, seg)
   else
     value = fixp->fx_offset;
 
-
   /* If the fix is relative to a symbol which is not defined, or not
      in the same segment as the fix, we cannot resolve it here.  */
   if (fixp->fx_addsy != NULL
@@ -2136,10 +2134,3 @@ set_arch_mach (mach)
 
   current_machine = mach;
 }
-
-void
-mn10300_finalize ()
-{
-  if (debug_type == DEBUG_DWARF2)
-    dwarf2_finish ();
-}
This page took 0.026272 seconds and 4 git commands to generate.