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 c-typeprint.c testsuite/Chan ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	siddhesh@sourceware.org	2012-09-25 12:20:42

Modified files:
	gdb            : ChangeLog c-typeprint.c 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.base: longest-types.c longest-types.exp 

Log message:
	gdb/ChangeLog:
	
	* c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
	use plongest to print the array size.
	
	testsuite/ChangeLog:
	
	* gdb.base/longest-types.c: New test case.
	* gdb.base/longest-types.exp: New test case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14692&r2=1.14693
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/c-typeprint.c.diff?cvsroot=src&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3391&r2=1.3392
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/longest-types.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/longest-types.exp.diff?cvsroot=src&r1=NONE&r2=1.1


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