From 447f398221018cf95af281f340928039b0dfca2c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 1 Apr 2000 00:19:46 +0000 Subject: [PATCH] Flush any pending instructiuons before emitting data into the instruction stream. --- gas/ChangeLog | 4 ++++ gas/config/tc-d10v.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 869f580..0b5f0f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-03-31 Nick Clifton + + * config/tc-d10v.h (md_flush_pending_output): Define. + 2000-03-29 Nick Clifton * config/tc-sh.h (SEG_NAME): New macro: return the name of a 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 -- 2.7.4