summaryrefslogtreecommitdiff
path: root/opcodes/m32r-ibld.c
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
commitf40c3ea3c764aa18b195a3806f30a476dffcffc7 (patch)
tree9a31b0a4f09ad42512d1a3ded985fb66d4c1690d /opcodes/m32r-ibld.c
parentfa152c49304b325b423b55f8be8f00855fe9ed26 (diff)
downloadbinutils-gdb-f40c3ea3c764aa18b195a3806f30a476dffcffc7.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/m32r-ibld.c')
-rw-r--r--opcodes/m32r-ibld.c10
1 files changed, 5 insertions, 5 deletions
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;