* 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:
parent
f9210e37b0
commit
d125c27b97
5 changed files with 57 additions and 21 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2005-07-06 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2005-07-05 Nick Clifton <nickc@redhat.com>
|
2005-07-05 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* iq2000-asm.c: Regenerate.
|
* iq2000-asm.c: Regenerate.
|
||||||
|
|
|
@ -424,9 +424,10 @@ stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
|
||||||
|
|
||||||
$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
|
$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
|
||||||
@true
|
@true
|
||||||
stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
|
stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
|
||||||
$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
|
$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
|
||||||
archfile=$(CPUDIR)/m32r.cpu opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
|
archfile=$(srcdir)/../cpu/m32r.cpu \
|
||||||
|
opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
|
||||||
|
|
||||||
$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
|
$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
|
||||||
@true
|
@true
|
||||||
|
@ -442,9 +443,10 @@ stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
|
||||||
|
|
||||||
$(srcdir)/ms1-desc.h $(srcdir)/ms1-desc.c $(srcdir)/ms1-opc.h $(srcdir)/ms1-opc.c $(srcdir)/ms1-ibld.c $(srcdir)/ms1-asm.c $(srcdir)/ms1-dis.c: $(MS1_DEPS)
|
$(srcdir)/ms1-desc.h $(srcdir)/ms1-desc.c $(srcdir)/ms1-opc.h $(srcdir)/ms1-opc.c $(srcdir)/ms1-ibld.c $(srcdir)/ms1-asm.c $(srcdir)/ms1-dis.c: $(MS1_DEPS)
|
||||||
@true
|
@true
|
||||||
stamp-ms1: $(CGENDEPS) $(CPUDIR)/ms1.cpu $(CPUDIR)/ms1.opc
|
stamp-ms1: $(CGENDEPS) $(srcdir)/../cpu/ms1.cpu $(srcdir)/../cpu/ms1.opc
|
||||||
$(MAKE) run-cgen arch=ms1 prefix=ms1 options= \
|
$(MAKE) run-cgen arch=ms1 prefix=ms1 options= \
|
||||||
archfile=$(CPUDIR)/ms1.cpu opcfile=$(CPUDIR)/ms1.opc extrafiles=
|
archfile=$(srcdir)/../cpu/ms1.cpu \
|
||||||
|
opcfile=$(srcdir)/../cpu/ms1.opc extrafiles=
|
||||||
|
|
||||||
$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
|
$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
|
||||||
@true
|
@true
|
||||||
|
@ -454,10 +456,12 @@ stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
|
||||||
|
|
||||||
$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
|
$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
|
||||||
@true
|
@true
|
||||||
stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \
|
stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
|
||||||
$(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu
|
$(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
|
||||||
|
$(srcdir)/../cpu/iq10.cpu
|
||||||
$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
|
$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
|
||||||
archfile=$(CPUDIR)/iq2000.cpu opcfile=$(CPUDIR)/iq2000.opc extrafiles=
|
archfile=$(srcdir)/../cpu/iq2000.cpu \
|
||||||
|
opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
|
||||||
|
|
||||||
$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
|
$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
|
||||||
@true
|
@true
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Makefile.in generated by automake 1.9.3 from Makefile.am.
|
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
# 2003, 2004 Free Software Foundation, Inc.
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -673,7 +673,13 @@ uninstall-info-am:
|
||||||
# (which will cause the Makefiles to be regenerated when you run `make');
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||||
# (2) otherwise, pass the desired values on the `make' command line.
|
# (2) otherwise, pass the desired values on the `make' command line.
|
||||||
$(RECURSIVE_TARGETS):
|
$(RECURSIVE_TARGETS):
|
||||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
@failcom='exit 1'; \
|
||||||
|
for f in x $$MAKEFLAGS; do \
|
||||||
|
case $$f in \
|
||||||
|
*=* | --[!k]*);; \
|
||||||
|
*k*) failcom='fail=yes';; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
dot_seen=no; \
|
dot_seen=no; \
|
||||||
target=`echo $@ | sed s/-recursive//`; \
|
target=`echo $@ | sed s/-recursive//`; \
|
||||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||||
|
@ -685,7 +691,7 @@ $(RECURSIVE_TARGETS):
|
||||||
local_target="$$target"; \
|
local_target="$$target"; \
|
||||||
fi; \
|
fi; \
|
||||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|| eval $$failcom; \
|
||||||
done; \
|
done; \
|
||||||
if test "$$dot_seen" = "no"; then \
|
if test "$$dot_seen" = "no"; then \
|
||||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||||
|
@ -693,7 +699,13 @@ $(RECURSIVE_TARGETS):
|
||||||
|
|
||||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||||
maintainer-clean-recursive:
|
maintainer-clean-recursive:
|
||||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
@failcom='exit 1'; \
|
||||||
|
for f in x $$MAKEFLAGS; do \
|
||||||
|
case $$f in \
|
||||||
|
*=* | --[!k]*);; \
|
||||||
|
*k*) failcom='fail=yes';; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
dot_seen=no; \
|
dot_seen=no; \
|
||||||
case "$@" in \
|
case "$@" in \
|
||||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||||
|
@ -714,7 +726,7 @@ maintainer-clean-recursive:
|
||||||
local_target="$$target"; \
|
local_target="$$target"; \
|
||||||
fi; \
|
fi; \
|
||||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|| eval $$failcom; \
|
||||||
done && test -z "$$fail"
|
done && test -z "$$fail"
|
||||||
tags-recursive:
|
tags-recursive:
|
||||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||||
|
@ -954,9 +966,10 @@ stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
|
||||||
|
|
||||||
$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
|
$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
|
||||||
@true
|
@true
|
||||||
stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
|
stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
|
||||||
$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
|
$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
|
||||||
archfile=$(CPUDIR)/m32r.cpu opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
|
archfile=$(srcdir)/../cpu/m32r.cpu \
|
||||||
|
opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
|
||||||
|
|
||||||
$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
|
$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
|
||||||
@true
|
@true
|
||||||
|
@ -984,10 +997,12 @@ stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
|
||||||
|
|
||||||
$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
|
$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
|
||||||
@true
|
@true
|
||||||
stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \
|
stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
|
||||||
$(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu
|
$(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
|
||||||
|
$(srcdir)/../cpu/iq10.cpu
|
||||||
$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
|
$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
|
||||||
archfile=$(CPUDIR)/iq2000.cpu opcfile=$(CPUDIR)/iq2000.opc extrafiles=
|
archfile=$(srcdir)/../cpu/iq2000.cpu \
|
||||||
|
opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
|
||||||
|
|
||||||
$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
|
$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
|
||||||
@true
|
@true
|
||||||
|
|
|
@ -49,7 +49,6 @@ static const char * parse_insn_normal
|
||||||
/* -- assembler routines inserted here. */
|
/* -- assembler routines inserted here. */
|
||||||
|
|
||||||
/* -- asm.c */
|
/* -- asm.c */
|
||||||
|
|
||||||
static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
|
static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
|
||||||
|
|
||||||
/* Handle '#' prefixes (i.e. skip over them). */
|
/* 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. */
|
handles the case where low() isn't present. */
|
||||||
|
|
||||||
static const char *
|
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;
|
const char *errmsg;
|
||||||
enum cgen_parse_operand_result result_type;
|
enum cgen_parse_operand_result result_type;
|
||||||
|
|
|
@ -5,7 +5,6 @@ arc-dis.c
|
||||||
arc-ext.c
|
arc-ext.c
|
||||||
arc-opc.c
|
arc-opc.c
|
||||||
arm-dis.c
|
arm-dis.c
|
||||||
arm-opc.h
|
|
||||||
avr-dis.c
|
avr-dis.c
|
||||||
cgen-asm.c
|
cgen-asm.c
|
||||||
cgen-dis.c
|
cgen-dis.c
|
||||||
|
@ -96,6 +95,13 @@ mips-dis.c
|
||||||
mips-opc.c
|
mips-opc.c
|
||||||
mmix-dis.c
|
mmix-dis.c
|
||||||
mmix-opc.c
|
mmix-opc.c
|
||||||
|
ms1-asm.c
|
||||||
|
ms1-desc.c
|
||||||
|
ms1-desc.h
|
||||||
|
ms1-dis.c
|
||||||
|
ms1-ibld.c
|
||||||
|
ms1-opc.c
|
||||||
|
ms1-opc.h
|
||||||
ns32k-dis.c
|
ns32k-dis.c
|
||||||
openrisc-asm.c
|
openrisc-asm.c
|
||||||
openrisc-desc.c
|
openrisc-desc.c
|
||||||
|
|
Loading…
Reference in a new issue