]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ecoff.c
GAS: Consistently fix labels at the `.end' pseudo-op
[thirdparty/binutils-gdb.git] / gas / ecoff.c
index 5c373121a7bbda4542134cb0d7d48d5178564e8b..608d72b7e0d496cc7504300e0a2f55d112df65de 100644 (file)
@@ -3025,6 +3025,10 @@ ecoff_directive_end (int ignore ATTRIBUTE_UNUSED)
                                         frag_now),
                             (bfd_vma) 0, (symint_t) 0, (symint_t) 0);
 
+#ifdef md_flush_pending_output
+  md_flush_pending_output ();
+#endif
+
   cur_proc_ptr = (proc_t *) NULL;
 
   (void) restore_line_pointer (name_end);