* read.c (s_leb128): Call md_flush_pending_output.

This commit is contained in:
Bob Wilson 2004-03-12 17:48:12 +00:00
parent 0e02aa5022
commit 00bbdfe753
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -4372,6 +4372,10 @@ s_leb128 (int sign)
{
expressionS exp;
#ifdef md_flush_pending_output
md_flush_pending_output ();
#endif
do
{
expression (&exp);