projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e02aa5
)
* read.c (s_leb128): Call md_flush_pending_output.
author
Bob Wilson
<bob.wilson@acm.org>
Fri, 12 Mar 2004 17:48:12 +0000
(17:48 +0000)
committer
Bob Wilson
<bob.wilson@acm.org>
Fri, 12 Mar 2004 17:48:12 +0000
(17:48 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index bf03c3f2b175ef8d11f7622768713f1599e45bab..4089609f58a4ee0c75332f00d4f3dd903d35db69 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/read.c
b/gas/read.c
index 82c0434cbb46d91f500be3dba98325610deaf1dc..f50409ccebee1263a754ea2c0700dfeceff2e33d 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-4372,6
+4372,10
@@
s_leb128 (int sign)
{
expressionS exp;
+#ifdef md_flush_pending_output
+ md_flush_pending_output ();
+#endif
+
do
{
expression (&exp);