]> Cypherpunks repositories - gostls13.git/commit
debug/dwarf: remove unused field addrsize from Data
authorIan Lance Taylor <iant@golang.org>
Fri, 13 Dec 2013 02:55:05 +0000 (18:55 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 13 Dec 2013 02:55:05 +0000 (18:55 -0800)
commit52ecd2ce96c7635eaf731c1003fdd4507f4d08aa
treeaa0eba3f6ff1070bf2c3c9248ccf11cb063842ee
parentc0946afb9c6281987692da33679d021ca2487339
debug/dwarf: remove unused field addrsize from Data

The addrsize field is not a constant for an entire executable
file, and is now handled by the dataFormat interface when
reading the data.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/41620043
src/pkg/debug/dwarf/open.go