diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-02 00:16:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-02 00:16:43 +0000 |
commit | 38f08ec0bd9bd39c578c2e9283a9aa00dc6bda15 (patch) | |
tree | 13c1ddb95c4048060b536abd200b8e24d0b2d066 /gcc | |
parent | 2e30f1ee86b087497fb5178a23a09ea6e22b1af4 (diff) | |
download | gcc-38f08ec0bd9bd39c578c2e9283a9aa00dc6bda15.zip gcc-38f08ec0bd9bd39c578c2e9283a9aa00dc6bda15.tar.gz gcc-38f08ec0bd9bd39c578c2e9283a9aa00dc6bda15.tar.bz2 |
runtime: scan register backing store on ia64
On ia64, a separate stack is used for saving/restoring register frames,
occupying the other end of the stack mapping. This must also be scanned
for pointers into the heap.
Reviewed-on: https://go-review.googlesource.com/85276
From-SVN: r257323
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 cc64fad..46bdc3c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e148068360699f24118950b728f23a5c98e1f85e +5e8a91bf239c253d7b5c84bd2c1dd3ecb18980e9 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |