aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-09-17 17:22:18 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-09-17 17:22:18 +0000
commit99a28ee8c18fd1f452c002f0548c54eb0a7be817 (patch)
tree4fdc56912ae62acf461872d66576ead04cf8811a /gcc/go
parentd0bc0cb66bcb0e6a5a5a31a9e900e8ccc98e34e5 (diff)
downloadgcc-99a28ee8c18fd1f452c002f0548c54eb0a7be817.zip
gcc-99a28ee8c18fd1f452c002f0548c54eb0a7be817.tar.gz
gcc-99a28ee8c18fd1f452c002f0548c54eb0a7be817.tar.bz2
reflect: unexport FFICallbackGo; use go:linkname instead
The function was always intended to be internal-only, but was exported so that C code could call it. Now that have go:linkname for that, use it. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195857 From-SVN: r275809
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 1456026..ab30040 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-722990deeede7801e4ed3ca5d53ce312a19fcd7a
+ff18e041624b8c23ffcd747f51e9dda945777d2a
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.