X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-mn10300.c;h=51bc3fbeb8671240f6d29a38b01943086b2c6fcf;hb=4dc7ead9fdf2143fa28755909c2cf9f47659aca4;hp=c865b8561d067a27f3ca1ff34fef58fea831282a;hpb=d75bb8cff629c43a78bb39d87f544f686b0aae2a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-mn10300.c b/gas/config/tc-mn10300.c index c865b8561d..51bc3fbeb8 100644 --- a/gas/config/tc-mn10300.c +++ b/gas/config/tc-mn10300.c @@ -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 (); -}