aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-12-05 22:28:25 +0000
committerKen Raeburn <raeburn@cygnus>1995-12-05 22:28:25 +0000
commit624c91d1e725c92408498f156f6f237dda3e71a9 (patch)
tree40214625fa3ca96872847ec353131582340cec37 /gas/read.c
parent211eda669419ce7df1e56370f65e1299b7148f91 (diff)
downloadfsf-binutils-gdb-624c91d1e725c92408498f156f6f237dda3e71a9.zip
fsf-binutils-gdb-624c91d1e725c92408498f156f6f237dda3e71a9.tar.gz
fsf-binutils-gdb-624c91d1e725c92408498f156f6f237dda3e71a9.tar.bz2
* read.c (s_fill): If md_flush_pending_output is defined, call it.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 33ad5af..23ab596 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -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 == ',')