]> Cypherpunks repositories - gostls13.git/commit
debug/elf: fix offset for GNU version symbols
authorJoel Sing <jsing@google.com>
Wed, 14 Nov 2012 16:36:19 +0000 (03:36 +1100)
committerJoel Sing <jsing@google.com>
Wed, 14 Nov 2012 16:36:19 +0000 (03:36 +1100)
commit8c96e6d7404f27f473f97dcef8b9fc1f7f7161da
tree38034d142d94130bce970e45a32c17184cd5da12
parent76689845e331d32c94d77280c34fb92e7dde79ba
debug/elf: fix offset for GNU version symbols

Since we no longer skip the first entry when reading a symbol table,
we no longer need to allow for the offset difference when processing
the GNU version symbols.

Unbreaks builds on Linux.

R=golang-dev, agl, iant
CC=golang-dev
https://golang.org/cl/6843057
src/pkg/debug/elf/file.go