diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-29 00:56:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-29 00:56:44 +0000 |
commit | 6748787813f8080f853766877f6933bc0823c19d (patch) | |
tree | 6027c64554992aac2983e759bd0b0ac9d443369e /gcc | |
parent | 83194649d2ba2461b60be6e4b1a8db2b7d10412d (diff) | |
download | gcc-6748787813f8080f853766877f6933bc0823c19d.zip gcc-6748787813f8080f853766877f6933bc0823c19d.tar.gz gcc-6748787813f8080f853766877f6933bc0823c19d.tar.bz2 |
runtime: copy runtime.go and runtime1.go from Go 1.7
Also copy over cputicks.go, env_posix.go, vdso_none.go, stubs2.go, and a
part of os_linux.go. Remove the corresponding functions from the C code
in libgo/go/runtime. Add some transitional support functions to
stubs.go. This converts several minor functions from C to Go.
Reviewed-on: https://go-review.googlesource.com/29962
From-SVN: r240609
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 6ab7e42..6e5d3c4 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c79a35411c1065c71add196fdeca6e5207a79248 +e51657a576367c7a498c94baf985b79066fc082a The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |