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 sim-fpu.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-04-23 15:39:16

Modified files:
	sim/common     : ChangeLog sim-fpu.c 

Log message:
	sim: fix fpu missing initializer warnings
	
	The current fpu code with externals enabled results in the warnings:
	common/sim-fpu.c:2437: warning: missing initializer
	common/sim-fpu.c:2437: warning: (near initialization for 'sim_fpu_zero.sign')
	common/sim-fpu.c:2440: warning: missing initializer
	common/sim-fpu.c:2440: warning: (near initialization for 'sim_fpu_qnan.sign')
	
	So tweak the old style initializers to avoid these.
	
	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.219&r2=1.220
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/sim-fpu.c.diff?cvsroot=src&r1=1.18&r2=1.19


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