diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-09-07 14:37:55 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-09-07 15:05:11 -0700 |
commit | 21b046bade1c2666b82139d18c8b318bb051415e (patch) | |
tree | 83378f4024d54f9bbbb549dade3530fe530a058b /gcc/go | |
parent | d9996ccb9414c1acaaaecf0803244fc018b5125d (diff) | |
download | gcc-21b046bade1c2666b82139d18c8b318bb051415e.zip gcc-21b046bade1c2666b82139d18c8b318bb051415e.tar.gz gcc-21b046bade1c2666b82139d18c8b318bb051415e.tar.bz2 |
runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32le
Fixes PR go/102102
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/348015
Diffstat (limited to 'gcc/go')
-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 e9f38d4..c377269 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b3fad6957a04520013197ea7cab11bec3298d552 +e42c7c0216aec70834e8827174458aa4a50169fa The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |