Define the ALONE flag bit, for use in the opcode table.
authorDonald Lindsay <dlindsay@redhat.com>
Thu, 25 May 2000 22:23:45 +0000 (22:23 +0000)
committerDonald Lindsay <dlindsay@redhat.com>
Thu, 25 May 2000 22:23:45 +0000 (22:23 +0000)
include/opcode/ChangeLog
include/opcode/d10v.h

index e8bc6edfa507ec359e1046f7ff087290db9a8ae5..de2e3c6817c88a146baca9ec6efb33132789ae71 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr 12 17:11:20 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
+
+       * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
+
 2000-05-23  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
        * i386.h: Allow d suffix on iret, and add DefaultSize modifier.
index 7c6d32ddffa2a41d365ebdb57ca83e7867ad1ed7..0abd9ee8e5eca7f31cffa9f6abf5de64e9df7918 100644 (file)
@@ -78,6 +78,7 @@ struct d10v_opcode
 #define WF0     128    /* modifies f0 */
 #define WCAR    256    /* write Carry */
 #define BRANCH  512    /* branch, no link */
+#define ALONE  1024    /* short but pack with a NOP if on asm line alone */
 
   /* the opcode */
   long opcode;
This page took 0.025652 seconds and 4 git commands to generate.