Flush any pending instructiuons before emitting data into the instruction stream.
authorNick Clifton <nickc@redhat.com>
Sat, 1 Apr 2000 00:19:46 +0000 (00:19 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 1 Apr 2000 00:19:46 +0000 (00:19 +0000)
gas/ChangeLog
gas/config/tc-d10v.h

index 869f580c5fef6f86ac23200537d753ae4ae03c53..0b5f0f7e78100d44ba1d06441920c1a4cba10257 100644 (file)
@@ -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>
 
        * config/tc-sh.h (SEG_NAME): New macro: return the name of a
index c6ffd5c3eabe2c930edfebd26443ecfadd893d76..18e6e30b71138df166bdb7c56cb6c6e11763a99c 100644 (file)
@@ -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