* som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
[deliverable/binutils-gdb.git] / gas / read.c
index 430a67e3c5d4146cd06d05fd27f91bce6db6d1d9..93e3ec41b171154d8db1fdcd52281237ec487eff 100644 (file)
@@ -1155,6 +1155,9 @@ do_align (int n, char *fill, int len, int max)
       len = 0;
     }
 
+#ifdef md_flush_pending_output
+  md_flush_pending_output ();
+#endif
 #ifdef md_do_align
   md_do_align (n, fill, len, max, just_record_alignment);
 #endif
This page took 0.023788 seconds and 4 git commands to generate.