]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.
authorShenghou Ma <minux.ma@gmail.com>
Sun, 23 Feb 2014 21:20:40 +0000 (16:20 -0500)
committerShenghou Ma <minux.ma@gmail.com>
Sun, 23 Feb 2014 21:20:40 +0000 (16:20 -0500)
commitd4a9bbef51d6b631fa799cc5560294f465273f47
tree1f3afd76b947ba4ded0ab0ae985a28e738b0bfd3
parentd4b6a198b3b44c8c9617c72ceca9c32ba089b5a8
cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.
Fix build for Dragonfly BSD.
Fixes #7318.
Fixes #7367.

LGTM=jsing, iant
R=jsing, iant, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/64340043
misc/cgo/testso/cgoso_c.c
misc/cgo/testso/cgoso_unix.go [new file with mode: 0644]
src/cmd/ld/data.c
src/cmd/ld/symtab.c