]> Cypherpunks repositories - gostls13.git/commit
cmd/link: never coalesce type descriptors when dynamically linking Go
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 20 Jun 2018 22:31:57 +0000 (10:31 +1200)
committerIan Lance Taylor <iant@golang.org>
Sat, 23 Jun 2018 00:16:14 +0000 (00:16 +0000)
commitd6a27e8edcd992b36446c5021a3c7560d983e9a6
treec787843d754f7e143eb2470ff075b80a2e982399
parent899e0e35253e8463ca74d75638c07bd54dca251c
cmd/link: never coalesce type descriptors when dynamically linking Go

Add a test by making misc/cgo/testshared/src/trivial.go marginally less
trivial.

Fixes #25970.

Change-Id: I8815d0c56b8850fcdbf9b45f8406f37bd21b6865
Reviewed-on: https://go-review.googlesource.com/120235
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/src/trivial/trivial.go
src/cmd/link/internal/ld/symtab.go