PR go/78789
commit41981ad60fe3168651f4c6e8d1dc4b801ea4df1a
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2017 20:41:54 +0000 (3 20:41 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2017 20:41:54 +0000 (3 20:41 +0000)
treee91a764a7f1c84b2581d2ad59d2e3c768e807937
parent3b50f2026555b7c7902e74531f6cb230ac3d83c7
PR go/78789
    runtime: don't build aeshash.c if the assembler doesn't support it

    This is for CentOS 5, whose assembler does not know the aesinc
    instruction.

    Fixes GCC PR 78789.

    Patch by Uros Bizjak.

    Reviewed-on: https://go-review.googlesource.com/34796

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244031 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/config.h.in
libgo/configure
libgo/configure.ac
libgo/go/runtime/alg.go
libgo/go/runtime/runtime2.go
libgo/go/runtime/stubs.go
libgo/runtime/aeshash.c
libgo/runtime/runtime.h
libgo/runtime/runtime_c.c