2000-10-06 Dave Brolley <brolley@redhat.com>

* fr30-desc.h: Regenerate.
	* m32r-desc.h: Regenerate.
	* m32r-ibld.c: Regenerate.
This commit is contained in:
Dave Brolley 2000-10-06 16:57:26 +00:00
parent fa152c4930
commit f40c3ea3c7
4 changed files with 13 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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;