mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Flush any pending instructiuons before emitting data into the instruction stream.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-03-31 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-d10v.h (md_flush_pending_output): Define.
|
||||||
|
|
||||||
2000-03-29 Nick Clifton <nickc@cygnus.com>
|
2000-03-29 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* config/tc-sh.h (SEG_NAME): New macro: return the name of a
|
* config/tc-sh.h (SEG_NAME): New macro: return the name of a
|
||||||
|
@ -60,3 +60,4 @@ int d10v_cleanup PARAMS ((void));
|
|||||||
#define TC_FORCE_RELOCATION(fixp) d10v_force_relocation(fixp)
|
#define TC_FORCE_RELOCATION(fixp) d10v_force_relocation(fixp)
|
||||||
extern int d10v_force_relocation PARAMS ((struct fix *));
|
extern int d10v_force_relocation PARAMS ((struct fix *));
|
||||||
|
|
||||||
|
#define md_flush_pending_output d10v_cleanup
|
||||||
|
Reference in New Issue
Block a user