r205552 - in /branches/gcc-4_8-branch/libgo/go/...
ian@gcc.gnu.org
ian@gcc.gnu.org
Sat Nov 30 17:15:00 GMT 2013
Author: ian
Date: Sat Nov 30 17:15:03 2013
New Revision: 205552
URL: http://gcc.gnu.org/viewcvs?rev=205552&root=gcc&view=rev
Log:
reflect: Fix MakeFunc for 386 when returning a struct.
When a 386 function returns a struct, it needs to return using
an rtd instruction that pops the hidden struct parameter off
the stack. That wasn't happening.
Modified:
branches/gcc-4_8-branch/libgo/go/reflect/makefunc_386.S
branches/gcc-4_8-branch/libgo/go/reflect/makefuncgo_386.go
More information about the Gcc-cvs
mailing list