This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Update for include/cgen reorg


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]