summaryrefslogtreecommitdiff
path: root/opcodes/fr30-desc.h
diff options
context:
space:
mode:
authorPatrick Macdonald <patrickm@redhat.com>2001-02-02 23:04:40 +0000
committerPatrick Macdonald <patrickm@redhat.com>2001-02-02 23:04:40 +0000
commit5f7fa576467440fcffc7ff055ba4fa01364dc091 (patch)
tree1c9584308f2374f8f976081cf861ce19bc7f6f0b /opcodes/fr30-desc.h
parent4222755b9941d951370cd62055bd9f1bfd64a7f7 (diff)
downloadbinutils-redhat-5f7fa576467440fcffc7ff055ba4fa01364dc091.tar.gz
Binutils portion of fix for syntax array elements when max
operands is greater than 127. 2001-02-02 Patrick Macdonald <patrickm@redhat.com> * cgen.h (CGEN_SYNTAX_CHAR_TYPE): Typedef as unsigned short. (CGEN_MAX_SYNTAX_ELEMENTS): Rename from CGEN_MAX_SYNTAX_BYTES. (CGEN_SYNTAX): Define using CGEN_MAX_SYNTAX_ELEMENTS. * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS. * m32r-desc.h: Regenerate.
Diffstat (limited to 'opcodes/fr30-desc.h')
-rw-r--r--opcodes/fr30-desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/fr30-desc.h b/opcodes/fr30-desc.h
index 446fc7dc9f..27b4db57d8 100644
--- a/opcodes/fr30-desc.h
+++ b/opcodes/fr30-desc.h
@@ -44,7 +44,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define CGEN_INT_INSN_P 0
/* Maximum nymber of syntax bytes in an instruction. */
-#define CGEN_ACTUAL_MAX_SYNTAX_BYTES 15
+#define CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS 15
/* CGEN_MNEMONIC_OPERANDS is defined if mnemonics have operands.
e.g. In "b,a foo" the ",a" is an operand. If mnemonics have operands