This is the mail archive of the binutils@sources.redhat.com 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]

stdbool.h





stdbool.h breaks building cgen-based simulators.  see:

	include/opcode/cgen.h:  unsigned int bool;
	include/opcode/cgen.h:struct { unsigned int bool; \
	include/opcode/cgen.h:#define CGEN_ATTR_BOOLS(a) ((a)->bool)


stdbool.h also causes my solaris GCC to break in some other fashion
due to confusion between bool and _Bool.


can the inclusion of stdbool.h be removed and something local (to
bfd) done?  this header invades the user's namespace far too much.



.mrg.


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