r241743 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Tue Nov 1 14:07:00 GMT 2016
Author: ian
Date: Tue Nov 1 14:07:43 2016
New Revision: 241743
URL: https://gcc.gnu.org/viewcvs?rev=241743&root=gcc&view=rev
Log:
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
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/string.go
More information about the Gcc-cvs
mailing list