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 acinclude.m4


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2012-03-23 03:27:45

Modified files:
	sim/common     : ChangeLog acinclude.m4 

Log message:
	sim: sync build_warnings handling with gdb
	
	The sim code gets the logic for SIM_AC_OPTION_WARNINGS from gdb, but
	it hasn't been updated in a good long while.  Sync with the latest
	gdb code.
	
	There is a sim specific change in here: we disable -Werror for now.
	This is because all sim code atm contains warnings.  Will probably
	have to slowly add a white list of targets which can tolerate this
	until everyone is updated.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.271&r2=1.272
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/acinclude.m4.diff?cvsroot=src&r1=1.4&r2=1.5


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