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


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.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

Attachment: foo
Description: have-stdbool-patch


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