diff options
author | Alan Modra <amodra@gmail.com> | 2005-07-06 08:19:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-07-06 08:19:39 +0000 |
commit | d125c27b97208651ca5c59c95353ab9850338fdf (patch) | |
tree | 09fc64945468970425ad00b97b10a8ad955d1a4b /opcodes/m32r-asm.c | |
parent | f9210e37b01d12dec045f1511d835e006487422a (diff) | |
download | gdb-d125c27b97208651ca5c59c95353ab9850338fdf.zip gdb-d125c27b97208651ca5c59c95353ab9850338fdf.tar.gz gdb-d125c27b97208651ca5c59c95353ab9850338fdf.tar.bz2 |
* 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.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/m32r-asm.c b/opcodes/m32r-asm.c index acb0762..53e6628 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; |