public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@sebabeach.org>
To: cgen@sourceware.org
Subject: [commit] Update for include/cgen reorg
Date: Sat, 24 Oct 2009 00:22:00 -0000	[thread overview]
Message-ID: <20091024002157.9AE3E6E3D5@sebabeach.org> (raw)

Hi.

I checked this patch in to go along with the corresponding binutils patch.

2009-10-23  Doug Evans  <dje@sebabeach.org>

	* desc-cpu.scm (/gen-hash-defines): Remove #include of cgen-bitset.h.
	* sid-cpu.scm (cgen-desc.h): Update location of cgen's bitset.h.

Index: desc-cpu.scm
===================================================================
RCS file: /cvs/src/src/cgen/desc-cpu.scm,v
retrieving revision 1.28
diff -u -p -r1.28 desc-cpu.scm
--- desc-cpu.scm	9 Sep 2009 17:06:19 -0000	1.28
+++ desc-cpu.scm	24 Oct 2009 00:17:36 -0000
@@ -296,8 +296,6 @@ const CGEN_HW_ENTRY @arch@_cgen_hw_table
 (define (/gen-hash-defines)
   (logit 2 "Generating #define's ...\n")
   (string-list
-   "#include \"opcode/cgen-bitset.h\"\n"
-   "\n"
    "#define CGEN_ARCH @arch@\n\n"
    "/* Given symbol S, return @arch@_cgen_<S>.  */\n"
    (gen-define-with-symcat "CGEN_SYM(s) @arch@" "_cgen_" "s")
Index: sid-cpu.scm
===================================================================
RCS file: /cvs/src/src/cgen/sid-cpu.scm,v
retrieving revision 1.23
diff -u -p -r1.23 sid-cpu.scm
--- sid-cpu.scm	27 Sep 2009 18:31:33 -0000	1.23
+++ sid-cpu.scm	24 Oct 2009 00:17:36 -0000
@@ -80,7 +80,7 @@
 #ifndef DESC_@ARCH@_H
 #define DESC_@ARCH@_H
 
-#include \"opcode/cgen-bitset.h\"
+#include \"cgen/bitset.h\"
 
 namespace @arch@ {
 \n"

                 reply	other threads:[~2009-10-24  0:22 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=20091024002157.9AE3E6E3D5@sebabeach.org \
    --to=dje@sebabeach.org \
    --cc=cgen@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).