]> Cypherpunks repositories - gostls13.git/commit
debug/elf: restore Go 1.0 semantics for (*File).Symbols
authorRuss Cox <rsc@golang.org>
Thu, 21 Mar 2013 21:01:39 +0000 (17:01 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Mar 2013 21:01:39 +0000 (17:01 -0400)
commitaafc444b74ba2a4dc56e6d5d26f8242f0857856a
treeed4785086c3758b70614840aeed2ac04121224bd
parent3be703665eab5cd2bac22e3c928820f58b590c57
debug/elf: restore Go 1.0 semantics for (*File).Symbols

Also adjust the implementation of applyRelocationsAMD64
so that the test added in CL 6848044 still passes.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7686049
doc/go1.1.html
src/pkg/debug/elf/file.go