This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

src/sim/common ChangeLog hw-properties.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-03-15 07:14:26

Modified files:
	sim/common     : ChangeLog hw-properties.h 

Log message:
	sim: rename bool argument to avoid stdbool clash
	
	Including stdbool.h before hw-properties.h results in a build error due
	to the hw_add_boolean_property function having an argument named "bool"
	in its prototype.  The source file has already be renamed to not use
	this ("boolean" instead), so match the header to the source.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.192&r2=1.193
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/hw-properties.h.diff?cvsroot=src&r1=1.8&r2=1.9


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