* 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.
This commit is contained in:
Alan Modra
2005-07-06 08:19:39 +00:00
parent f9210e37b0
commit d125c27b97
5 changed files with 57 additions and 21 deletions

View File

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