* read.c (s_fill): If md_flush_pending_output is defined, call it.
[binutils-gdb.git] / gas / read.c
index 33ad5af715bdce115affc7bff601ba712c62ee55..23ab5961d11ccf183acfe07ca98f3ea1f18bf615 100644 (file)
@@ -1490,6 +1490,9 @@ s_fill (ignore)
   register long temp_fill = 0;
   char *p;
 
+#ifdef md_flush_pending_output
+  md_flush_pending_output ();
+#endif
 
   temp_repeat = get_absolute_expression ();
   if (*input_line_pointer == ',')