]> Cypherpunks repositories - gostls13.git/commit
cmd/link: allow duplicated weak symbols on Mach-O
authorCherry Zhang <cherryyz@google.com>
Sat, 30 Mar 2019 14:49:09 +0000 (10:49 -0400)
committerCherry Zhang <cherryyz@google.com>
Sat, 30 Mar 2019 17:33:18 +0000 (17:33 +0000)
commit637f34fee0dd3533e2d9eead6fd6e1dc25eb8d26
tree9c445c24675c717c97dd1669b4d87eeb1f00f82b
parent6e37e3a80b903a33f2b1c2b230d4fabee4398312
cmd/link: allow duplicated weak symbols on Mach-O

This fixes cgo test issue29563 on Darwin.

Updates #29563.

Change-Id: If480078461247cd7c95931ae3ad4ca89736dd550
Reviewed-on: https://go-review.googlesource.com/c/go/+/170015
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/loadmacho/ldmacho.go