public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@sebabeach.org>
To: sid@sourceware.org
Subject: [patch] Use src/cpu/m32r.cpu.
Date: Sun, 12 Jul 2009 17:50:00 -0000	[thread overview]
Message-ID: <20090712175010.499286E3D1@sebabeach.org> (raw)

Hi.

I checked this in.

2009-07-12  Doug Evans  <dje@sebabeach.org>

	* Makefile.am (cpudir): Define.
	(cgen-m32r): Use src/cpu/m32r.cpu instead of src/cgen/cpu/m32r.cpu.
	* Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/m32r/Makefile.am,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile.am
--- Makefile.am	8 Sep 2003 18:55:35 -0000	1.6
+++ Makefile.am	12 Jul 2009 17:47:05 -0000
@@ -46,6 +46,7 @@ check-local: all
 	(cd ../../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
 
 cgendir = $(srcdir)/../../../../cgen
+cpudir = $(srcdir)/../../../../cpu
 CGENFLAGS = -v
 
 CGEN_ALL = cgen-m32r
@@ -55,7 +56,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 \
+	$(cpudir)/m32r.cpu \
 	"desc.h cpu.h decode.h decode.cxx semantics.cxx write.cxx defs.h"
 
 html_stylesheet=$(srcdir)/../../component_html.xsl
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/m32r/Makefile.in,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile.in
--- Makefile.in	4 Jun 2005 03:23:04 -0000	1.8
+++ Makefile.in	12 Jul 2009 17:47:05 -0000
@@ -248,6 +248,7 @@ OPCODES_COMPILE_FLAGS = -DHAVE_CONFIG_H 
 
 DEJAGNUTESTS = m32rbsp.exp
 cgendir = $(srcdir)/../../../../cgen
+cpudir = $(srcdir)/../../../../cpu
 CGENFLAGS = -v
 CGEN_ALL = cgen-m32r
 html_stylesheet = $(srcdir)/../../component_html.xsl
@@ -658,7 +659,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 \
+	$(cpudir)/m32r.cpu \
 	"desc.h cpu.h decode.h decode.cxx semantics.cxx write.cxx defs.h"
 
 @HAVE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@.xml.html:

                 reply	other threads:[~2009-07-12 17:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090712175010.499286E3D1@sebabeach.org \
    --to=dje@sebabeach.org \
    --cc=sid@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).