diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-03 22:58:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-03 22:58:48 +0000 |
commit | 0f2a6e84c6e4edd122228be318a014dd88d1c4f2 (patch) | |
tree | 3478fe1adc6005eb49dda8f1c31857b5324fb886 /gcc | |
parent | c65f76af364733b576d738af315811a68d23886d (diff) | |
download | gcc-0f2a6e84c6e4edd122228be318a014dd88d1c4f2.zip gcc-0f2a6e84c6e4edd122228be318a014dd88d1c4f2.tar.gz gcc-0f2a6e84c6e4edd122228be318a014dd88d1c4f2.tar.bz2 |
runtime: remove __go_alloc and __go_free
Move allocg and handling of allgs slice from C to Go.
Reviewed-on: https://go-review.googlesource.com/34797
From-SVN: r244036
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 a487196..1efd7ee 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -eac28020ee4b2532d4cd43f448fe612e84e0a108 +dfe446c5a54ca0febabb81b542cc4e634c6f5c30 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |