summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2000-10-06 16:57:26 +0000
committerDave Brolley <brolley@redhat.com>2000-10-06 16:57:26 +0000
commit885d8b16b32806c39c619f18b87a5fcadc9a2cb9 (patch)
treed6160606d4ae876e79fcf9528329ddce9f0d4e16 /opcodes
parent2acc77ff84b584b03a316f2be6f835628853863b (diff)
downloadgdb-885d8b16b32806c39c619f18b87a5fcadc9a2cb9.tar.gz
2000-10-06 Dave Brolley <brolley@redhat.com>
* fr30-desc.h: Regenerate. * m32r-desc.h: Regenerate. * m32r-ibld.c: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/fr30-desc.h2
-rw-r--r--opcodes/m32r-desc.h2
-rw-r--r--opcodes/m32r-ibld.c10
4 files changed, 13 insertions, 7 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9bb0b728b7e..019f3c9fbd4 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-06 Dave Brolley <brolley@redhat.com>
+
+ * fr30-desc.h: Regenerate.
+ * m32r-desc.h: Regenerate.
+ * m32r-ibld.c: Regenerate.
+
2000-10-05 Jim Wilson <wilson@cygnus.com>
* ia64-ic.tbl: Update from Intel.
diff --git a/opcodes/fr30-desc.h b/opcodes/fr30-desc.h
index 368415730dc..446fc7dc9fe 100644
--- a/opcodes/fr30-desc.h
+++ b/opcodes/fr30-desc.h
@@ -225,7 +225,7 @@ typedef enum cgen_operand_type {
} CGEN_OPERAND_TYPE;
/* Number of operands types. */
-#define MAX_OPERANDS ((int) FR30_OPERAND_MAX)
+#define MAX_OPERANDS 49
/* Maximum number of operands referenced by any insn. */
#define MAX_OPERAND_INSTANCES 8
diff --git a/opcodes/m32r-desc.h b/opcodes/m32r-desc.h
index 575c3efa460..774891d24c4 100644
--- a/opcodes/m32r-desc.h
+++ b/opcodes/m32r-desc.h
@@ -189,7 +189,7 @@ typedef enum cgen_operand_type {
} CGEN_OPERAND_TYPE;
/* Number of operands types. */
-#define MAX_OPERANDS ((int) M32R_OPERAND_MAX)
+#define MAX_OPERANDS 26
/* Maximum number of operands referenced by any insn. */
#define MAX_OPERAND_INSTANCES 11
diff --git a/opcodes/m32r-ibld.c b/opcodes/m32r-ibld.c
index 1ec41262359..99203801396 100644
--- a/opcodes/m32r-ibld.c
+++ b/opcodes/m32r-ibld.c
@@ -57,7 +57,7 @@ static int extract_normal
static int extract_insn_normal
PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, CGEN_EXTRACT_INFO *,
CGEN_INSN_INT, CGEN_FIELDS *, bfd_vma));
-static void cgen_put_insn_int_value
+static void put_insn_int_value
PARAMS ((CGEN_CPU_DESC, CGEN_INSN_BYTES_PTR, int, int, CGEN_INSN_INT));
@@ -288,8 +288,8 @@ insert_insn_normal (cd, insn, fields, buffer, pc)
#if CGEN_INT_INSN_P
- cgen_put_insn_int_value (cd, buffer, cd->base_insn_bitsize,
- CGEN_FIELDS_BITSIZE (fields), value);
+ put_insn_int_value (cd, buffer, cd->base_insn_bitsize,
+ CGEN_FIELDS_BITSIZE (fields), value);
#else
@@ -323,8 +323,8 @@ insert_insn_normal (cd, insn, fields, buffer, pc)
/* Cover function to store an insn value into an integral insn. Must go here
because it needs <prefix>-desc.h for CGEN_INT_INSN_P. */
-void
-cgen_put_insn_int_value (cd, buf, length, insn_length, value)
+static void
+put_insn_int_value (cd, buf, length, insn_length, value)
CGEN_CPU_DESC cd;
CGEN_INSN_BYTES_PTR buf;
int length;