On Mon, 25 Apr 2011 19:05:22 +0200, Ian Lance Taylor wrote:
> On Sun, Apr 24, 2011 at 11:02 PM, Jan Kratochvil
> wrote:
>
> > include/
> > 2011-04-25 Jan Kratochvil
> >
> > * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
> >
> > contrib/
> > 2011-04-25 Jan Kratochvil
> >
> >
On Sun, Apr 24, 2011 at 11:02 PM, Jan Kratochvil
wrote:
> include/
> 2011-04-25 Jan Kratochvil
>
> * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
>
> contrib/
> 2011-04-25 Jan Kratochvil
>
> * paranoia.cc (ENUM_BITFIELD): Remove.
>
> gcc/
> 2011-04-25 Jan Kratochvil
Hi,
[patch] ENUM_BITFIELD broke GDB
http://sourceware.org/ml/binutils/2011-04/msg00333.html
ENUM_BITFIELD has been now defined in bfdlink.h which is included only in some
GDB sources. There would be needed some
#ifndef ENUM_BITFIELD
#define ENUM_BITFIELD
but I find it fragile.
I