diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-03 22:58:48 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-03 22:58:48 +0000 |
commit | 243acd49980309a543857c88732b44e5413bd23b (patch) | |
tree | 3478fe1adc6005eb49dda8f1c31857b5324fb886 /gcc/go | |
parent | 13504651c6c0b4cb5777ddcf072f6f7744aa105d (diff) | |
download | gcc-243acd49980309a543857c88732b44e5413bd23b.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go')
-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 a48719637f4..1efd7ee659c 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. |