Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Lindsay <dlindsay@hound.cygnus.com>2000-05-26 02:23:45 +0400
committerDonald Lindsay <dlindsay@hound.cygnus.com>2000-05-26 02:23:45 +0400
commit83d485ca0c0587b39799c11569350c4f1ee7cecf (patch)
tree686819265f6b8426f313b475bb6f6e709018ccde /include
parent4b62cff84ccdbf4e4d08d0e253974f5cbd4b4e6f (diff)
Define the ALONE flag bit, for use in the opcode table.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/d10v.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e8bc6edfa..de2e3c681 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.
diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h
index 7c6d32ddf..0abd9ee8e 100644
--- a/include/opcode/d10v.h
+++ b/include/opcode/d10v.h
@@ -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;