gcc/libgo/go/cmd
Ian Lance Taylor c32bd276c6 cmd/go: pass -funwind-tables when compiling C code
Using -funwind-tables is necessary to permit Go code to correctly
    throw a panic through C code.  This hasn't been necessary in the past
    as -funwind-tables is the default on x86.  However, it is not the
    default for PPC AIX.
    
    Reviewed-on: https://go-review.googlesource.com/56650

From-SVN: r251179
2017-08-18 04:40:42 +00:00
..
cgo libgo: remove old MIPS architecture names 2017-06-21 22:11:04 +00:00
go cmd/go: pass -funwind-tables when compiling C code 2017-08-18 04:40:42 +00:00
gofmt libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
internal/browser libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00