mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* read.c (s_leb128): Call md_flush_pending_output.
This commit is contained in:
parent
0e02aa5022
commit
00bbdfe753
@ -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 New Issue
Block a user