aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-01-06 16:04:01 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-01-06 16:04:01 +0000
commit08934aed39a38858e45af891cf75e02867ee040a (patch)
tree10d4a7092944ea178088d808d553d35c8b6effe1 /gcc/go
parent8a123229ae34a3e81811e54341d629712f16ac1a (diff)
downloadgcc-08934aed39a38858e45af891cf75e02867ee040a.zip
gcc-08934aed39a38858e45af891cf75e02867ee040a.tar.gz
gcc-08934aed39a38858e45af891cf75e02867ee040a.tar.bz2
re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
PR go/78978 libgo: build with -Wa,-nH if possible on Solaris By default the Solaris assembler records the required hardware capability in the object file. This means that the AES hashing code breaks on systems that do not support AES, even though the code uses a runtime check to only actually invoke the AES instructions on systems that support it. An earlier fix for the problem only fixed the shared library, not the static libgo.a. Fix the problem for real by using an assembler option to not record the hardware capability. For GCC PR 78978. Patch by Rainer Orth. Reviewed-on: https://go-review.googlesource.com/34910 From-SVN: r244165
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 1efd7ee..d42c540 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-dfe446c5a54ca0febabb81b542cc4e634c6f5c30
+eef0fb3b092dc22d9830cac15a536760da5d033a
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.