This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [patch/rfc] kfail, not xfail descriptor parameter fails


Hello,

GDB screws up the passing of function parameters when the ABI uses a descriptor (it passes the code instead of descriptor address). Anyway, it's a bug. This changes the xfail's for that case into kfails (refining them a little - powerpc*-*-* is too broad, the tests work on some powerpc machines).

I think its almost but not quite obvious so I'll commit it in a day or so,

I've checked this in.


2003-11-17 Andrew Cagney <cagney@redhat.com>

	* gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
	KFAIL.

Andrew




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