OSDN Git Service

* CGEN.sh.h: New arg arch-file.
authordevans <devans>
Mon, 8 Sep 2003 18:55:35 +0000 (18:55 +0000)
committerdevans <devans>
Mon, 8 Sep 2003 18:55:35 +0000 (18:55 +0000)
* arm7t/Makefile.am (cgen-arm,cgen-arm7f,cgen-arm7f-arm): Update call
to CGEN.sh.
* arm7t/Makefile.in: Regenerate.
* m32r/Makefile.am (cgen-m32r): Update call to CGEN.sh.
* m32r/Makefile.in: Regenerate.
* xstormy16/Makefile.am (cgen-xstormy16): Update call to CGEN.sh.
* xstormy16/Makefile.in: Regenerate.

sid/component/cgen-cpu/CGEN.sh.in
sid/component/cgen-cpu/ChangeLog
sid/component/cgen-cpu/arm7t/ChangeLog
sid/component/cgen-cpu/arm7t/Makefile.am
sid/component/cgen-cpu/arm7t/Makefile.in
sid/component/cgen-cpu/m32r/ChangeLog
sid/component/cgen-cpu/m32r/Makefile.am
sid/component/cgen-cpu/m32r/Makefile.in
sid/component/cgen-cpu/xstormy16/ChangeLog
sid/component/cgen-cpu/xstormy16/Makefile.am
sid/component/cgen-cpu/xstormy16/Makefile.in

index b7553bf..ca7e9f6 100644 (file)
@@ -3,7 +3,8 @@
 #
 # Usage: /bin/sh cgen.sh cpu-decode srcdir \
 #      cgen cgendir cgenflags \
-#      arch archflags cpu isa mach prefix file-prefix file-specs
+#      arch archflags cpu isa mach prefix file-prefix \
+#      arch-file file-specs
 #
 # cpu-decode: specified as is, exists for consistency with other such scripts.
 #
@@ -47,6 +48,7 @@ mach=$9
 # bring parms past 9 portably into view
 shift ; prefix=$9
 shift ; fileprefix=$9
+shift ; archfile=$9
 shift ; filespecs=$9
 
 rootdir=${srcdir}/../../../..
@@ -100,7 +102,7 @@ ${cgen} -s ${cgendir}/cgen-sid.scm \
        -f "${archflags}" \
        -m ${mach} \
        -i ${isa} \
-       -a ${arch} \
+       -a ${archfile} \
        ${fileopts}
 
 
index 5e6259c..f361f02 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-08  Doug Evans  <dje@casey.transmeta.com>
+
+       * CGEN.sh.h: New arg arch-file.
+
 2003-08-21  Dave Brolley  <brolley@redhat.com>
 
        * compCGEN.cxx (end_trace): Call end_line.
index 3b4dde8..f933f1d 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-08  Doug Evans  <dje@casey.transmeta.com>
+
+       * arm7t/Makefile.am (cgen-arm,cgen-arm7f,cgen-arm7f-arm): Update call
+       to CGEN.sh.
+       * arm7t/Makefile.in: Regenerate.
+
 2003-07-05  Doug Evans  <dje@sebabeach.org>
 
        * arm-cpu.h: Regenerate.
index a76263e..fedc64c 100644 (file)
@@ -32,24 +32,29 @@ cgen-all: $(CGEN_ALL)
 # General architecture files.
 cgen-arm:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
-       arm "" arm "arm,thumb" arm7tdmi arm "arm-" "desc.h"
+       arm "" arm "arm,thumb" arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
+       "desc.h"
 
 # ARM7 non-isa-specific files.
 cgen-arm7f:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache" arm "arm,thumb" arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
        "cpu.h"
 
 # ARM7 files for ARM ISA side.
 cgen-arm7f-arm:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache with-pbb with-sem-frags" arm7f arm arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
 
 # ARM7 files for Thumb ISA side.
 cgen-arm7f-thumb:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache with-pbb" arm7f thumb arm7tdmi thumb "thumb-" \
+       $(cgendir)/cpu/arm.cpu \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
 
 html_stylesheet=$(srcdir)/../../component_html.xsl
index b5d5ab0..a71c6fe 100644 (file)
@@ -460,24 +460,29 @@ cgen-all: $(CGEN_ALL)
 # General architecture files.
 cgen-arm:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
-       arm "" arm "arm,thumb" arm7tdmi arm "arm-" "desc.h"
+       arm "" arm "arm,thumb" arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
+       "desc.h"
 
 # ARM7 non-isa-specific files.
 cgen-arm7f:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache" arm "arm,thumb" arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
        "cpu.h"
 
 # ARM7 files for ARM ISA side.
 cgen-arm7f-arm:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache with-pbb with-sem-frags" arm7f arm arm7tdmi arm "arm-" \
+       $(cgendir)/cpu/arm.cpu \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
 
 # ARM7 files for Thumb ISA side.
 cgen-arm7f-thumb:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        arm "with-multiple-isa with-scache with-pbb" arm7f thumb arm7tdmi thumb "thumb-" \
+       $(cgendir)/cpu/arm.cpu \
        "decode.h decode.cxx semantics.cxx sem-switch.cxx"
 
 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@.xml.html:
index bf1f4fd..be6c415 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-08  Doug Evans  <dje@casey.transmeta.com>
+
+       * m32r/Makefile.am (cgen-m32r): Update call to CGEN.sh.
+       * m32r/Makefile.in: Regenerate.
+
 2003-07-05  Doug Evans  <dje@sebabeach.org>
 
        * m32r-cpu.h: Regenerate.
index 67145ff..00ad2a1 100644 (file)
@@ -55,6 +55,7 @@ cgen-all: $(CGEN_ALL)
 cgen-m32r:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        m32r "with-scache" m32rbf m32r m32r m32rbf "m32r-" \
+       $(cgendir)/cpu/m32r.cpu \
        "desc.h cpu.h decode.h decode.cxx semantics.cxx write.cxx defs.h"
 
 html_stylesheet=$(srcdir)/../../component_html.xsl
index 46d99e3..8bbb997 100644 (file)
@@ -484,6 +484,7 @@ cgen-all: $(CGEN_ALL)
 cgen-m32r:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        m32r "with-scache" m32rbf m32r m32r m32rbf "m32r-" \
+       $(cgendir)/cpu/m32r.cpu \
        "desc.h cpu.h decode.h decode.cxx semantics.cxx write.cxx defs.h"
 
 @MAINTAINER_MODE_TRUE@@HAVE_XSLTPROC_TRUE@.xml.html:
index d143128..5553fb0 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-08  Doug Evans  <dje@casey.transmeta.com>
+
+       * xstormy16/Makefile.am (cgen-xstormy16): Update call to CGEN.sh.
+       * xstormy16/Makefile.in: Regenerate.
+
 2003-07-05  Doug Evans  <dje@sebabeach.org>
 
        * xstormy16-cpu.h: Regenerate.
index d9ad193..571438c 100644 (file)
@@ -52,4 +52,5 @@ cgen-all: $(CGEN_ALL)
 cgen-xstormy16:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        xstormy16 "with-scache" xstormy16 xstormy16 xstormy16 xstormy16 "xstormy16-" \
+       $(cgendir)/cpu/xstormy16.cpu \
        "desc.h cpu.h defs.h decode.h decode.cxx write.cxx semantics.cxx"
index 6c19212..bbf6958 100644 (file)
@@ -463,6 +463,7 @@ cgen-all: $(CGEN_ALL)
 cgen-xstormy16:
        $(SHELL) ../CGEN.sh cpu-decode $(srcdir) $(cgendir) "$(CGENFLAGS)" \
        xstormy16 "with-scache" xstormy16 xstormy16 xstormy16 xstormy16 "xstormy16-" \
+       $(cgendir)/cpu/xstormy16.cpu \
        "desc.h cpu.h defs.h decode.h decode.cxx write.cxx semantics.cxx"
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.