]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
LVU: emit pending loc insns before mips align
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 19 Jul 2017 00:16:51 +0000 (21:16 -0300)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 19 Jul 2017 00:16:51 +0000 (21:16 -0300)
gas/config/tc-mips.c

index 4eeb5ee6b20f25be4d8a999d66ee51ca8996c918..176d635e06f0ef8007cec407ca342a0b5018d6cb 100644 (file)
@@ -15865,6 +15865,7 @@ mips_align (int to, int *fill, struct insn_label_list *labels)
 {
   mips_emit_delays ();
   mips_record_compressed_mode ();
+  dwarf2_emit_insn (0);
   if (fill == NULL && subseg_text_p (now_seg))
     frag_align_code (to, 0);
   else