re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 6 Jan 2017 16:04:01 +0000 (16:04 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 6 Jan 2017 16:04:01 +0000 (16:04 +0000)
commit08934aed39a38858e45af891cf75e02867ee040a
tree10d4a7092944ea178088d808d553d35c8b6effe1
parent8a123229ae34a3e81811e54341d629712f16ac1a
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
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac
libgo/testsuite/Makefile.in