mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* read.c (s_fill): If md_flush_pending_output is defined, call it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
|
* read.c (s_fill): If md_flush_pending_output is defined, call
|
||||||
|
it.
|
||||||
|
|
||||||
Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
|
Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
* config/obj-coff.c (size_section, fill_section, fixup_mdeps):
|
* config/obj-coff.c (size_section, fill_section, fixup_mdeps):
|
||||||
|
@ -1490,6 +1490,9 @@ s_fill (ignore)
|
|||||||
register long temp_fill = 0;
|
register long temp_fill = 0;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
|
#ifdef md_flush_pending_output
|
||||||
|
md_flush_pending_output ();
|
||||||
|
#endif
|
||||||
|
|
||||||
temp_repeat = get_absolute_expression ();
|
temp_repeat = get_absolute_expression ();
|
||||||
if (*input_line_pointer == ',')
|
if (*input_line_pointer == ',')
|
||||||
|
Reference in New Issue
Block a user