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/testsuite ChangeLog gdb.cp/anon-struct ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	willnewton@sourceware.org	2013-06-07 08:47:09

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.cp: anon-struct.exp m-static.exp 

Log message:
	gdb/testsuite/gdb.cp: Fix tests for ARM C++ ABI.
	
	The ARM C++ ABI defines constructors and destructors to return
	pointers to this. The C++ tests that check the types of constructors
	and destructors expect a return type of void. Conditionalize these
	tests so they pass on ARM.
	
	gdb/testsuite/ChangeLog:
	
	2013-06-07  Will Newton  <will.newton@linaro.org>
	
	* gdb.cp/anon-struct.exp: Conditionalize constructor and
	destructor prototypes for ARM ABI.
	* gdb.cp/m-static.exp: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3690&r2=1.3691
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/anon-struct.exp.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/m-static.exp.diff?cvsroot=src&r1=1.24&r2=1.25


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