diff options
author | eric fang <eric.fang@arm.com> | 2020-02-20 06:57:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-04-15 14:24:33 -0700 |
commit | 677ead3b349972bfa18fc87878dda4d3e87f6ddf (patch) | |
tree | 8de57c252a5df0c290ae04fb7345dc06a5c92a7d /gcc | |
parent | d43919bf887530dfcbf85a76d60f1a698641731d (diff) | |
download | gcc-677ead3b349972bfa18fc87878dda4d3e87f6ddf.zip gcc-677ead3b349972bfa18fc87878dda4d3e87f6ddf.tar.gz gcc-677ead3b349972bfa18fc87878dda4d3e87f6ddf.tar.bz2 |
runtime: use 64 bits of hash seed on arm64
This is the same issue as #33960, but on gofrontend.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/220297
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 138425a..7b382cf 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -89fbf55a409d37ae898e5c4ea4250035f86bed1b +0fe7a277c5d22265a73a4d216bd5d81799634453 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |