This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] ENUM_BITFIELD broke GDB


On Sun, Apr 24, 2011 at 05:31:28PM +0200, Jan Kratochvil wrote:
> include/
> 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* bfdlink.h (ENUM_BITFIELD): Move to ...
> 	* ansidecl.h (ENUM_BITFIELD): ... here, use the one from GCC sources.
> 
> gdb/
> 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* defs.h (ENUM_BITFIELD): Remove.

Sorry for the breakage.  I'm not sure I have approval rights for
ansidecl.h as this file is shared with gcc (and patches should be
applied to both src and gcc repos), but the patch ought to come under
the obvious rule..  However, given that gcc's system.h pulls
in ansidecl.h via libiberty.h, the ENUM_BITFIELD in system.h should go
too.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]