re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when...
re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compiling libgo/runtime/aeshash.c) 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 From-SVN: r244031
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- libgo/config.h.in 3 additions, 0 deletionslibgo/config.h.in
- libgo/configure 26 additions, 0 deletionslibgo/configure
- libgo/configure.ac 18 additions, 0 deletionslibgo/configure.ac
- libgo/go/runtime/alg.go 1 addition, 0 deletionslibgo/go/runtime/alg.go
- libgo/go/runtime/runtime2.go 2 additions, 1 deletionlibgo/go/runtime/runtime2.go
- libgo/go/runtime/stubs.go 6 additions, 0 deletionslibgo/go/runtime/stubs.go
- libgo/runtime/aeshash.c 3 additions, 3 deletionslibgo/runtime/aeshash.c
- libgo/runtime/runtime.h 2 additions, 0 deletionslibgo/runtime/runtime.h
- libgo/runtime/runtime_c.c 4 additions, 0 deletionslibgo/runtime/runtime_c.c
Loading
Please register or sign in to comment