From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17306 invoked by alias); 24 Oct 2009 00:22:06 -0000 Received: (qmail 17297 invoked by uid 22791); 24 Oct 2009 00:22:05 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Oct 2009 00:22:00 +0000 Received: by sebabeach.org (Postfix, from userid 500) id 9AE3E6E3D5; Fri, 23 Oct 2009 17:21:57 -0700 (PDT) From: Doug Evans To: cgen@sourceware.org Subject: [commit] Update for include/cgen reorg Message-Id: <20091024002157.9AE3E6E3D5@sebabeach.org> Date: Sat, 24 Oct 2009 00:22:00 -0000 X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00021.txt.bz2 Hi. I checked this patch in to go along with the corresponding binutils patch. 2009-10-23 Doug Evans * 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_. */\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"