summaryrefslogtreecommitdiff
path: root/opcodes/frv-opc.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-05 16:04:20 +0000
committerNick Clifton <nickc@redhat.com>2003-06-05 16:04:20 +0000
commit53ee36e9524b907299839cd50aca94044310d7e3 (patch)
treecfbe34333c82a9b59994c2438bb735ca58cab519 /opcodes/frv-opc.h
parentae5fe690900f463dbf594681802f25c8d8016ba2 (diff)
downloadbinutils-redhat-53ee36e9524b907299839cd50aca94044310d7e3.tar.gz
Add code to handle even-numbered only register operands
Diffstat (limited to 'opcodes/frv-opc.h')
-rw-r--r--opcodes/frv-opc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/frv-opc.h b/opcodes/frv-opc.h
index 018a64378d..5d23cf9104 100644
--- a/opcodes/frv-opc.h
+++ b/opcodes/frv-opc.h
@@ -27,11 +27,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
/* -- opc.h */
-#undef CGEN_DIS_HASH_SIZE
+#undef CGEN_DIS_HASH_SIZE
#define CGEN_DIS_HASH_SIZE 128
-#undef CGEN_DIS_HASH
+#undef CGEN_DIS_HASH
#define CGEN_DIS_HASH(buffer, value) (((value) >> 18) & 127)
+/* Allows reason codes to be output when assembler errors occur. */
+#define CGEN_VERBOSE_ASSEMBLER_ERRORS
+
/* Vliw support. */
#define FRV_VLIW_SIZE 4 /* fr500 has largest vliw size of 4. */
typedef CGEN_ATTR_VALUE_TYPE VLIW_COMBO[FRV_VLIW_SIZE];