diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-27 15:51:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-27 15:51:49 +0000 |
commit | b91dfdcc68b96c399c3815f7700f1803eea34972 (patch) | |
tree | 5460b1f7bea48862229388495dfaae68bf6e8b51 /gcc | |
parent | 86863dad359e4cffb45dac103bc7c37142c7349d (diff) | |
download | gcc-b91dfdcc68b96c399c3815f7700f1803eea34972.zip gcc-b91dfdcc68b96c399c3815f7700f1803eea34972.tar.gz gcc-b91dfdcc68b96c399c3815f7700f1803eea34972.tar.bz2 |
runtime: align first persistentalloc chunk as requested
Backport of upstream https://golang.org/cl/163859.
This fixes various failures on 32-bit SPARC.
Patch from Eric Boctazou.
Reviewed-on: https://go-review.googlesource.com/c/163860
From-SVN: r269258
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 5b49264..b2f065d 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -bc036b3a03e089e78b892067e40dbb0e7ecca9e2 +c9581de3804f94c5a74ce14befce5c57368722b9 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |