Define the ALONE flag bit, for use in the opcode table.

This commit is contained in:
Donald Lindsay 2000-05-25 22:23:45 +00:00
parent 4b62cff84c
commit 83d485ca0c
2 changed files with 5 additions and 0 deletions

View 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.

View 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;