diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-03 20:41:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-03 20:41:54 +0000 |
commit | b379f8d81f6141336c8585b19f9703bc26b99e2a (patch) | |
tree | e91a764a7f1c84b2581d2ad59d2e3c768e807937 /gcc | |
parent | d4eff95b5795146476524ee1d558323ca98eb292 (diff) | |
download | gcc-b379f8d81f6141336c8585b19f9703bc26b99e2a.zip gcc-b379f8d81f6141336c8585b19f9703bc26b99e2a.tar.gz gcc-b379f8d81f6141336c8585b19f9703bc26b99e2a.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index b03fb62..a487196 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -ebe9d824adca053066837b8b19461048ced34aff +eac28020ee4b2532d4cd43f448fe612e84e0a108 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |