Re: [gcc patch] Move ENUM_BITFIELD to ansidecl.h

2011-04-25 Thread Jan Kratochvil
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   > > > >  

Re: [gcc patch] Move ENUM_BITFIELD to ansidecl.h

2011-04-25 Thread Ian Lance Taylor
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  

[gcc patch] Move ENUM_BITFIELD to ansidecl.h

2011-04-24 Thread 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