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

Re: [PATCH/RFA] Fix returning small structs on OpenBSD/arm


On Wed, 2006-07-19 at 22:25, Mark Kettenis wrote:
> On OpenBSD/arm, all structures are returned in memory, i.e. the
> -fpcc-struct-return GCC option is the default.  There are a couple of
> different ways we deal with pcc/reg struct return in GDB.  This adapts
> the way things are done on i386 and m68k.  This makes it easy to
> provide a user command to switch from one convention to the other like
> i386 already has.  However, right now I don't actually see much reason
> to add that option on arm.
> 
> Anyway, this shaves another 80 failures from the testsuite on
> OpenBSD/arm.
> 
> ok?
> 

Yes, this is fine, thanks.

R.


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