diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-05-12 12:49:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-05-12 12:49:34 +0000 |
commit | 06ace75d4bcebf8bcc021dfe918b9866fba3108c (patch) | |
tree | 08382cff0b3974233757b76703128dac8c0077ae /gcc | |
parent | 7af1c0ad98613e1a8684b075ac2a6e4739b07b07 (diff) | |
download | gcc-06ace75d4bcebf8bcc021dfe918b9866fba3108c.zip gcc-06ace75d4bcebf8bcc021dfe918b9866fba3108c.tar.gz gcc-06ace75d4bcebf8bcc021dfe918b9866fba3108c.tar.bz2 |
runtime: fix build for non-split-stack systems
Change memory allocation accounting for stacks to use stacks_sys,
since that seems to be what it is for.
Reviewed-on: https://go-review.googlesource.com/43297
From-SVN: r247967
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 557e270..f4bcf46 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -3c1258156a2ae483c5cc523cb7a3c3374cbe7c2c +d5bfa6cebb19a154cbfbc53f6e647d2ca7adef68 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |