]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
authorShenghou Ma <minux.ma@gmail.com>
Thu, 19 Sep 2013 02:27:25 +0000 (22:27 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 19 Sep 2013 02:27:25 +0000 (22:27 -0400)
commit9add729a1f537f05941d80a10818cf1562a7ea6b
tree2b22fe650b864fffca6d23af8a06a018b07dc4b5
parentba10318607fc131a0c53aded88fd3da681b294c9
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Fixes #5740.

R=iant, rsc, luisbebop
CC=gobot, golang-dev
https://golang.org/cl/10345046
misc/cgo/test/issue5740.go [new file with mode: 0644]
misc/cgo/test/issue5740a.c [new file with mode: 0644]
misc/cgo/test/issue5740b.c [new file with mode: 0644]
src/cmd/ld/ldmacho.c
src/cmd/ld/ldpe.c