public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: sid@sources.redhat.com
Subject: PATCH: some cleanups in cgen-cpu
Date: Fri, 03 Jun 2005 20:26:00 -0000	[thread overview]
Message-ID: <vt2oeanmbn4.fsf@zenia.home> (raw)


I've committed the following patches, to fix a few build problems:

2005-06-02  Jim Blandy  <jimb@redhat.com>

	* 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

                 reply	other threads:[~2005-06-03 20:26 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=vt2oeanmbn4.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=sid@sources.redhat.com \
    /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).