diff options
author | Nick Clifton <nickc@redhat.com> | 2000-04-01 00:19:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-04-01 00:19:46 +0000 |
commit | 447f398221018cf95af281f340928039b0dfca2c (patch) | |
tree | 1bc726eaedf47b98996ad3da5f63907d8267d3dc /gas/config/tc-d10v.h | |
parent | 3956bd70950818503ce1db52e03f2438bf678509 (diff) | |
download | gdb-447f398221018cf95af281f340928039b0dfca2c.zip gdb-447f398221018cf95af281f340928039b0dfca2c.tar.gz gdb-447f398221018cf95af281f340928039b0dfca2c.tar.bz2 |
Flush any pending instructiuons before emitting data into the instruction stream.
Diffstat (limited to 'gas/config/tc-d10v.h')
-rw-r--r-- | gas/config/tc-d10v.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index c6ffd5c..18e6e30 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -60,3 +60,4 @@ int d10v_cleanup PARAMS ((void)); #define TC_FORCE_RELOCATION(fixp) d10v_force_relocation(fixp) extern int d10v_force_relocation PARAMS ((struct fix *)); +#define md_flush_pending_output d10v_cleanup |