diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-17 17:22:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-17 17:22:18 +0000 |
commit | 99a28ee8c18fd1f452c002f0548c54eb0a7be817 (patch) | |
tree | 4fdc56912ae62acf461872d66576ead04cf8811a /gcc/go | |
parent | d0bc0cb66bcb0e6a5a5a31a9e900e8ccc98e34e5 (diff) | |
download | gcc-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/MERGE | 2 |
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. |