diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-11-01 14:07:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-11-01 14:07:43 +0000 |
commit | 69907c4ad5807b54920b25dac6ee21adddced8eb (patch) | |
tree | bdab38bdf1e983238d837d86f35cbba75f56a769 /gcc | |
parent | f94a3edc6e4245f10e245d162737b889788f4f12 (diff) | |
download | gcc-69907c4ad5807b54920b25dac6ee21adddced8eb.zip gcc-69907c4ad5807b54920b25dac6ee21adddced8eb.tar.gz gcc-69907c4ad5807b54920b25dac6ee21adddced8eb.tar.bz2 |
runtime: recreate function called by cgo -gccgo
When using cgo -gccgo calls to C.GoString, C.GoStringN, and C.GoBytes
are turned into calls to __go_byte_array_to_string and
__go_string_to_byte_array. Those functions were removed when the string
code was copied from Go 1.7, but we still need them for cgo. While cgo
should be updated, old versions will exist for some time.
Reviewed-on: https://go-review.googlesource.com/32474
From-SVN: r241743
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 4dd1f8c..db435a2 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -90f12ac1fa72a95e73cb88b6114fa3131c4ca8ee +069ed35ecbefd2f138ea3132a557ad23a6936a45 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |