r252477 - in /branches/range-gen2: gcc/go/gofro...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Wed Sep 13 17:08:00 GMT 2017
Author: aldyh
Date: Wed Sep 13 17:08:19 2017
New Revision: 252477
URL: https://gcc.gnu.org/viewcvs?rev=252477&root=gcc&view=rev
Log:
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
Modified:
branches/range-gen2/gcc/go/gofrontend/MERGE
branches/range-gen2/libgo/go/cmd/go/build.go
More information about the Gcc-cvs
mailing list