public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [commit] Update for include/cgen reorg
@ 2009-10-24  0:22 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-10-24  0:22 UTC (permalink / raw)
  To: cgen

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-24  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-24  0:22 [commit] Update for include/cgen reorg Doug Evans

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).