mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* read.c (do_align): Call md_flush_pending_output, if defined.
This commit is contained in:
parent
3737f867ac
commit
b8861cfbc7
@ -1,3 +1,7 @@
|
||||
2004-04-19 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* read.c (do_align): Call md_flush_pending_output, if defined.
|
||||
|
||||
2004-04-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* expr.c (operand): Correct checks for ++ and --.
|
||||
|
@ -1155,6 +1155,9 @@ do_align (int n, char *fill, int len, int max)
|
||||
len = 0;
|
||||
}
|
||||
|
||||
#ifdef md_flush_pending_output
|
||||
md_flush_pending_output ();
|
||||
#endif
|
||||
#ifdef md_do_align
|
||||
md_do_align (n, fill, len, max, just_record_alignment);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user