aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-11 21:28:49 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-11 21:28:49 +0000
commitb21efdbe64b15b445d8f982c903b2c5647b24dce (patch)
treecdeb49dcbeae9ff6055cd79a5e34a73e610b2a37 /include/opcode
parenta243a22f4359c557c08d4fd962391c9f70287fec (diff)
downloadgdb-b21efdbe64b15b445d8f982c903b2c5647b24dce.zip
gdb-b21efdbe64b15b445d8f982c903b2c5647b24dce.tar.gz
gdb-b21efdbe64b15b445d8f982c903b2c5647b24dce.tar.bz2
* sparc.h (F_FLOAT, F_FBR): Define.
PR 355.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/sparc.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 42cc23d..f09fb5e 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 11 17:28:18 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * sparc.h (F_FLOAT, F_FBR): Define.
+
Fri Apr 5 16:55:34 1996 Jeffrey A Law (law@cygnus.com)
* h8300.h (ABS8MEM): Renamed from ABSMOV. Remove ABSMOV
diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h
index dc604c2..f795666 100644
--- a/include/opcode/sparc.h
+++ b/include/opcode/sparc.h
@@ -97,6 +97,8 @@ struct sparc_opcode {
#define F_UNBR 4 /* Unconditional branch */
#define F_CONDBR 8 /* Conditional branch */
#define F_JSR 16 /* Subroutine call */
+#define F_FLOAT 32 /* Floating point instruction (not a branch) */
+#define F_FBR 64 /* Floating point branch */
/* FIXME: Add F_ANACHRONISTIC flag for v9. */
/*