* read.c (s_leb128): Call md_flush_pending_output.
authorBob Wilson <bob.wilson@acm.org>
Fri, 12 Mar 2004 17:48:12 +0000 (17:48 +0000)
committerBob Wilson <bob.wilson@acm.org>
Fri, 12 Mar 2004 17:48:12 +0000 (17:48 +0000)
gas/ChangeLog
gas/read.c

index bf03c3f..4089609 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-12  Bob Wilson  <bob.wilson@acm.org>
+
+       * read.c (s_leb128): Call md_flush_pending_output.
+
 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
 
        * config/tc-i386.c (output_insn): Handle PadLock instructions.
index 82c0434..f50409c 100644 (file)
@@ -4372,6 +4372,10 @@ s_leb128 (int sign)
 {
   expressionS exp;
 
+#ifdef md_flush_pending_output
+  md_flush_pending_output ();
+#endif
+
   do
     {
       expression (&exp);