This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gcc patch] Move ENUM_BITFIELD to ansidecl.h
- From: Ian Lance Taylor <iant at google dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, binutils at sourceware dot org, gdb-patches at sourceware dot org
- Date: Mon, 25 Apr 2011 10:05:22 -0700
- Subject: Re: [gcc patch] Move ENUM_BITFIELD to ansidecl.h
- References: <20110425060214.GA1786@host1.jankratochvil.net>
On Sun, Apr 24, 2011 at 11:02 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> include/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
>
> contrib/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* paranoia.cc (ENUM_BITFIELD): Remove.
>
> gcc/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* system.h (ENUM_BITFIELD): Remove.
>
> libcpp/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* system.h (ENUM_BITFIELD): Remove.
>
> ^^^ gcc approval
> ------------------------------------------------------------------------------
>
> for binutils part:
> include/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* bfdlink.h (ENUM_BITFIELD): Remove.
>
> gdb/
> 2011-04-25 ?Jan Kratochvil ?<jan.kratochvil@redhat.com>
>
> ? ? ? ?* defs.h (ENUM_BITFIELD): Remove.
This is OK.
Note that binutils/gdb include directory is copied from gcc directory,
so no separate approval is required there. But I technically can't
approve the change to gdb/defs.h, although I think it counts as
obvious given the other changes.
Thanks.
Ian