From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4638 invoked by alias); 3 Jun 2005 20:26:39 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 4610 invoked by uid 22791); 3 Jun 2005 20:26:35 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 20:26:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j53KQXCJ009568 for ; Fri, 3 Jun 2005 16:26:33 -0400 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j53KQWO12054; Fri, 3 Jun 2005 16:26:33 -0400 To: sid@sources.redhat.com Subject: PATCH: some cleanups in cgen-cpu From: Jim Blandy Date: Fri, 03 Jun 2005 20:26:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-q2/txt/msg00023.txt.bz2 I've committed the following patches, to fix a few build problems: 2005-06-02 Jim Blandy * cgen-cpu.h: Remove references to CGEN bitset type. * configure.in: Don't forget to AC_SUBST the value of cpu_defs. * configure: Regenerated. Index: sid/component/cgen-cpu/cgen-cpu.h =================================================================== RCS file: /cvs/src/src/sid/component/cgen-cpu/cgen-cpu.h,v retrieving revision 1.12 diff -c -p -r1.12 cgen-cpu.h *** sid/component/cgen-cpu/cgen-cpu.h 10 May 2005 15:46:16 -0000 1.12 --- sid/component/cgen-cpu/cgen-cpu.h 3 Jun 2005 20:24:42 -0000 *************** *** 25,31 **** #include "bfd.h" #include "dis-asm.h" - #include "opcode/cgen-bitset.h" // ansidecl.h interferes with this perfectly ordinary word #undef AND --- 25,30 ---- *************** public: *** 69,75 **** // Disassembly tracing support void disassemble (PCADDR pc, disassembler_ftype printfn, enum bfd_flavour flavour, enum bfd_architecture arch, ! enum bfd_endian endian, const char *name, CGEN_BITSET *isas = NULL, int machine = 0); struct disassemble_info info; protected: static int cgen_read_memory (bfd_vma memaddr, bfd_byte *myaddr, --- 68,74 ---- // Disassembly tracing support void disassemble (PCADDR pc, disassembler_ftype printfn, enum bfd_flavour flavour, enum bfd_architecture arch, ! enum bfd_endian endian, const char *name, unsigned long isa_mask = 0, int machine = 0); struct disassemble_info info; protected: static int cgen_read_memory (bfd_vma memaddr, bfd_byte *myaddr, Index: sid/component/cgen-cpu/configure.in =================================================================== RCS file: /cvs/src/src/sid/component/cgen-cpu/configure.in,v retrieving revision 1.6 diff -c -p -r1.6 configure.in *** sid/component/cgen-cpu/configure.in 10 May 2005 15:46:16 -0000 1.6 --- sid/component/cgen-cpu/configure.in 3 Jun 2005 20:24:43 -0000 *************** AC_CONFIG_SUBDIRS($cpu_subdirs) *** 65,70 **** --- 65,71 ---- AC_SUBST(cpu_subdirs) AC_SUBST(cpu_incl) AC_SUBST(cpu_libs) + AC_SUBST(cpu_defs) AC_SUBST(INTLLIBS) dnl Look for GUILE in install tree