aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-08-18 04:40:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-08-18 04:40:42 +0000
commitc32bd276c68f5089b7e8ee58a8bc85c9bd543455 (patch)
tree4c2d75f13fdcf566821f79ee14f2bce76066f9a0 /gcc/go
parent091f25d75233c4ad11fdd1027351c25bdf0f2d0e (diff)
downloadgcc-c32bd276c68f5089b7e8ee58a8bc85c9bd543455.zip
gcc-c32bd276c68f5089b7e8ee58a8bc85c9bd543455.tar.gz
gcc-c32bd276c68f5089b7e8ee58a8bc85c9bd543455.tar.bz2
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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 3490c56..f23457d 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-152164a7249ecc5c2bfd4a091450dc7c2855f609
+9ff49c64ea6dbb5e08d1fa859b99b06049413279
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.