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-ports.c hw-propert ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-03-16 20:58:54

Modified files:
	sim/common     : ChangeLog hw-ports.c hw-properties.c 

Log message:
	sim: avoid TRACE redefine warnings
	
	The common code sets up an autoconf option --enable-sim-trace which adds
	-DTRACE= to CPPFLAGS.  This causes warnings in the building of some files
	that declare a local TRACE() helper macro.  So punt it from hw-ports.c
	(since it isn't actually used) and convert hw-properties.c to HW_TRACE().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.193&r2=1.194
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/hw-ports.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/hw-properties.c.diff?cvsroot=src&r1=1.7&r2=1.8


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