summaryrefslogtreecommitdiff
path: root/opcodes/m32r-asm.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-07-06 08:19:39 +0000
committerAlan Modra <amodra@gmail.com>2005-07-06 08:19:39 +0000
commitd125c27b97208651ca5c59c95353ab9850338fdf (patch)
tree09fc64945468970425ad00b97b10a8ad955d1a4b /opcodes/m32r-asm.c
parentf9210e37b01d12dec045f1511d835e006487422a (diff)
downloadbinutils-gdb-d125c27b97208651ca5c59c95353ab9850338fdf.tar.gz
* Makefile.am (stamp-m32r): Fix path to cpu files.
(stamp-m32r, stamp-iq2000): Likewise. * Makefile.in: Regenerate. * m32r-asm.c: Regenerate. * po/POTFILES.in: Remove arm-opc.h. Add ms1-asm.c, ms1-desc.c, ms1-desc.h, ms1-dis.c, ms1-ibld.c, ms1-opc.c, ms1-opc.h.
Diffstat (limited to 'opcodes/m32r-asm.c')
-rw-r--r--opcodes/m32r-asm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/m32r-asm.c b/opcodes/m32r-asm.c
index acb07629ae9..53e66285308 100644
--- a/opcodes/m32r-asm.c
+++ b/opcodes/m32r-asm.c
@@ -49,7 +49,6 @@ static const char * parse_insn_normal
/* -- assembler routines inserted here. */
/* -- asm.c */
-
static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
/* Handle '#' prefixes (i.e. skip over them). */
@@ -120,7 +119,10 @@ parse_hi16 (CGEN_CPU_DESC cd,
handles the case where low() isn't present. */
static const char *
-parse_slo16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep)
+parse_slo16 (CGEN_CPU_DESC cd,
+ const char ** strp,
+ int opindex,
+ long * valuep)
{
const char *errmsg;
enum cgen_parse_operand_result result_type;