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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-11-27 17:39:31

Modified files:
	gdb            : ChangeLog remote.c 

Log message:
	remove use of sprintf_vma in remote_get_tracepoint_status
	
	This function takes a VMA and was forcing us to perform a cast to
	compile without warning on one platform. Except that the cast caused
	a warning on sparc-solaris.  This patch fixes the problem by using
	phex_nz instead.
	
	gdb/ChangeLog:
	
	* remote.c (remote_get_tracepoint_status): Delete addrbuf
	local variable.  Avoid use of sprintf_vma.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13553&r2=1.13554
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.471&r2=1.472


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