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/gdb ChangeLog remote-m32r-sdi.c remote-sim.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-04-12 16:04:43

Modified files:
	gdb            : ChangeLog remote-m32r-sdi.c remote-sim.c 

Log message:
	gdb: constify remote files_info
	
	The sim and m32r remote targets declare a local "file" variable and only
	assign const strings to it before passing it to a printf() func.  So add
	const markings to avoid gcc warnings like:
	gdb/remote-sim.c: In function 'gdbsim_files_info':
	gdb/remote-sim.c:789: warning: initialization discards qualifiers
	from pointer target type
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11605&r2=1.11606
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-m32r-sdi.c.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote-sim.c.diff?cvsroot=src&r1=1.93&r2=1.94


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