This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
RE: cgen/opcodes: rename bool attribute.
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: "'Matt Rice'" <ratmice at gmail dot com>
- Cc: "'Binutils'" <binutils at sourceware dot org>
- Date: Thu, 16 Sep 2010 18:06:54 +0200
- Subject: RE: cgen/opcodes: rename bool attribute.
- References: <AANLkTimv3zUP4AoCw6gZV6Cf1OHugXTBz3zOkqg_P0ZP@mail.gmail.com>
Hi Matt,
I was wondering why the regeneration of mep-dis.c
added a new unused variable 'cop2buflength' to 'mep_examine_ivc2_insns'
function.
Is this really related to the main topic of your patch?
Pierre Muller
Pascal language support maintainer for GDB
> -----Message d'origine-----
> De?: binutils-owner@sourceware.org [mailto:binutils-
> owner@sourceware.org] De la part de Matt Rice
> Envoyé?: Thursday, September 16, 2010 5:59 PM
> À?: Binutils
> Objet?: cgen/opcodes: rename bool attribute.
>
> the attached patch changes the bool attribute to be named bool_ so cgen
> headers
> can be included when compiling with -Wc++-compat.
> I'm not really familiar with cgen, but it looks like everything
> properly uses
> the accessor macros in cgen.h afaict.
>
> don't have commit access, and thanks.
>
>
>
> include/opcode/ChangeLog:
> 2010-09-16 Matt Rice <ratmice@gmail.com>
>
> * cgen.h (CGEN_ATTR, CGEN_ATTR_TYPE, CGEN_ATTR_BOOLS):
> (CGEN_ATTR_CGEN_INSN_ALIAS_VALUE): Change bool attribute to
> bool_.
>
> opcodes/ChangeLog:
> 2010-09-16 Matt Rice <ratmice@gmail.com>
>
> * fr30-desc.h: Regenerate.
> * frv-desc.h: Regenerate.
> * ip2k-desc.h: Regenerate.
> * iq2000-desc.h: Regenerate.
> * m32c-desc.h: Regenerate.
> * m32r-desc.h: Regenerate.
> * mep-desc.h: Regenerate.
> * mep-dis.c: Regenerate.
> * mt-desc.h: Regenerate.
> * openrisc-desc.h: Regenerate.
> * xc16x-desc.h: Regenerate.
> * xstormy16-desc.h: Regenerate
>
> cgen/ChangeLog:
> 2010-09-16 Matt Rice <ratmice@gmail.com>
>
> * utils-cgen.scm (gen-attr-accessors): Rename bool attribute to
> bool_.