aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/d10v.h
diff options
context:
space:
mode:
authorDonald Lindsay <dlindsay@redhat.com>2000-05-25 22:23:45 +0000
committerDonald Lindsay <dlindsay@redhat.com>2000-05-25 22:23:45 +0000
commitf0662e279c5f5da1cefb55307f433e066a44bd53 (patch)
treeaf9c9d3446060ed85366e1e7ac85508bf44aadfe /include/opcode/d10v.h
parent344fc69a7b1c6acc4df2c603d7769d5d04e35e8f (diff)
downloadgdb-f0662e279c5f5da1cefb55307f433e066a44bd53.zip
gdb-f0662e279c5f5da1cefb55307f433e066a44bd53.tar.gz
gdb-f0662e279c5f5da1cefb55307f433e066a44bd53.tar.bz2
Define the ALONE flag bit, for use in the opcode table.
Diffstat (limited to 'include/opcode/d10v.h')
-rw-r--r--include/opcode/d10v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h
index 7c6d32d..0abd9ee 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;