]> Cypherpunks repositories - gostls13.git/commit
cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.
authorShenghou Ma <minux.ma@gmail.com>
Mon, 11 Mar 2013 06:24:51 +0000 (14:24 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 11 Mar 2013 06:24:51 +0000 (14:24 +0800)
commit960d7082ee9b8fda91444167b3c253d5cf5e115d
tree3a2f565bce8dad08128721c6af86e36a16a2c09c
parent72dd01451f58a5b1a1cdd1d92810a8ab0d75d97d
cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.
Fixes #4878.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7420052
src/cmd/ld/go.c
src/pkg/runtime/cgo/gcc_openbsd_386.c
src/pkg/runtime/cgo/gcc_openbsd_amd64.c
src/run.bash