summaryrefslogtreecommitdiff
path: root/libgo/go/reflect/makefunc_386.S
Commit message (Expand)AuthorAgeFilesLines
* reflect: Fix MakeFunc returning float32 or float64 on 386.ian2013-12-121-4/+10
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-111-0/+16
* reflect: Rename struct field to be consistent in assembler and Go.ian2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.ian2013-11-301-1/+11
* reflect: Use C style comments in 386 assembly for Solaris assembler.ian2013-10-071-23/+24
* reflect: Use hand-coded .eh_frame section rather than CFI directives.ian2013-10-021-15/+101
* reflect: Implement MakeFunc for 386.ian2013-09-271-0/+111