]> Cypherpunks repositories - gostls13.git/commit
cmd/link: avoid name collision with DWARF .def suffix
authorIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 14:11:52 +0000 (07:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 16:56:29 +0000 (16:56 +0000)
commit6901b084824244122ea108eb7305295e44136be8
tree32630c0918416fc6c06f28e9aae0498ac8c856d0
parentc3bd93aa264383c0c7928516ca102a225c83ea23
cmd/link: avoid name collision with DWARF .def suffix

Adding a .def suffix for DWARF info collided with the DWARF info,
without the suffix, for a method named def. Change the suffix to ..def
instead.

Fixes #15926.

Change-Id: If1bf1bcb5dff1d7f7b79f78e3f7a3bbfcd2201bb
Reviewed-on: https://go-review.googlesource.com/23733
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/link/internal/ld/dwarf.go
test/fixedbugs/issue15926.go [new file with mode: 0644]