]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix bad dwarf for sudog<T>
authorKeith Randall <keithr@alum.mit.edu>
Thu, 20 Jul 2017 02:52:29 +0000 (19:52 -0700)
committerKeith Randall <khr@golang.org>
Wed, 16 Aug 2017 16:22:20 +0000 (16:22 +0000)
commite70fae8a649ebc35867cc4ba937d4ffd4488fe05
treed1019fc0d318c3c43102c8de16fcec0ce25a0514
parentdf709828255ba5a0e66c668b22bf555b35475d13
cmd/link: fix bad dwarf for sudog<T>

The DWARF entries for type-specific sudog entries used the
channel value type instead of a pointer-to-value type for the elem field.

Fixes #21094

R=go1.10

Change-Id: I3f63a5664f42b571f729931309f2c9f6f38ab031
Reviewed-on: https://go-review.googlesource.com/50170
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go