* read.c (s_leb128): Call md_flush_pending_output.
This commit is contained in:
parent
0e02aa5022
commit
00bbdfe753
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -4372,6 +4372,10 @@ s_leb128 (int sign)
|
|||
{
|
||||
expressionS exp;
|
||||
|
||||
#ifdef md_flush_pending_output
|
||||
md_flush_pending_output ();
|
||||
#endif
|
||||
|
||||
do
|
||||
{
|
||||
expression (&exp);
|
||||
|
|
Loading…
Reference in a new issue