diff options
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 |