diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-25 17:44:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-25 17:44:19 +0000 |
commit | a88d1f8bb2015c752fc783e168e25e5dab99a8b9 (patch) | |
tree | c538ad105bcf5484334faf79a5d0f5116ea5862c /gcc | |
parent | 19e502d4132a2b02e71f75e4a20e6396081cdbc5 (diff) | |
download | gcc-a88d1f8bb2015c752fc783e168e25e5dab99a8b9.zip gcc-a88d1f8bb2015c752fc783e168e25e5dab99a8b9.tar.gz gcc-a88d1f8bb2015c752fc783e168e25e5dab99a8b9.tar.bz2 |
runtime: fix lfstackUnpack on ia64
The top three region number bits must be masked out before
right-shifting the address bits into place, otherwise they will be
copied down into the lower always-zero address bits.
Reviewed-on: https://go-review.googlesource.com/84535
From-SVN: r257061
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 e55b2bc..adee9cc 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -016ea21c4cba324c6ea6424da7988c6f985e671b +553e04735d1be372c596c720bcaea27e050b13a6 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |