]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic
authorIan Lance Taylor <iant@golang.org>
Wed, 1 May 2013 21:30:19 +0000 (14:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 May 2013 21:30:19 +0000 (14:30 -0700)
commita555758909530b36d5b7fc5b2897698924222d14
treec7dfb3a7696f07e816f7f9d801419cbf226713e0
parent3bd076991bcb619f076dab99a17cdd620dada037
cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic

This is needed for SWIG when linking in internal mode.  In
internal mode if a symbol was cgo_import_static we used to
forget that it was also cgo_import_dynamic.

R=rsc, r
CC=golang-dev
https://golang.org/cl/9080043
src/cmd/ld/go.c
src/cmd/ld/lib.c