]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: fix funcfunctab crash with darwin + plugin
authorThan McIntosh <thanm@google.com>
Mon, 13 Apr 2020 11:31:19 +0000 (07:31 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 13 Apr 2020 13:21:48 +0000 (13:21 +0000)
commit6aeaf4a0f45bfd9215488aa3acb1fce4f45c2731
tree71c2d1076640b9ea1b775ba4b1b28942c75d771d
parente488ade6dd029646d1374d1e0fcb74b501701e14
[dev.link] cmd/link: fix funcfunctab crash with darwin + plugin

Fix a bug in findfunctab when building plugin on Darwin (this is
a regression introduced by CL 227842).

Change-Id: Ic610168e45a750c0a2f2b8611d5d9154e6c2622f
Reviewed-on: https://go-review.googlesource.com/c/go/+/228137
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/link/internal/ld/pcln.go