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/bfin ChangeLog devices.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2012-03-31 18:44:43

Modified files:
	sim/bfin       : ChangeLog devices.c 

Log message:
	sim: bfin: include devices.h to fix build warnings
	
	The place where these funcs get defined do not include the header that
	declares their prototypes.  Add that to fix -Wmissing-prototypes:
	
	devices.c:59:1: warning: no previous prototype for 'dv_bfin_mmr_invalid'
	devices.c:66:1: warning: no previous prototype for 'dv_bfin_mmr_require'
	devices.c:99:1: warning: no previous prototype for 'dv_bfin_mmr_check'
	devices.c:159:14: warning: no previous prototype for 'dv_get_bus_num'
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/devices.c.diff?cvsroot=src&r1=1.2&r2=1.3


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