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]

[PATCH RFA] More stdbool.h fallout


Jason R Thorpe writes:
 > Testing for the presence of a header based on compiler version
 > seems highly bogus.  It also make BFD fail to compile on the
 > current development version of NetBSD.
 > 
 > The following patch also makes sure <stdbool.h> actually exists
 > before trying to include it.
 > 
 > OK to commit?
 > 
 > 	* bfd-in.h: Don't include <stdbool.h> unless HAVE_STDBOOL_H
 > 	is defined.
 > 	* bfd-in2.h: Regenerate.
 > 	* configure.in: Check for the existence of <stdbool.h>.
 > 	* configure: Regenerate.

I'm confused.  Someone said autoconfigure checks were verboten for bfd.h.


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