]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: get rid of map.bucket's data field from dwarf info.
authorKeith Randall <khr@golang.org>
Thu, 3 Apr 2014 02:46:47 +0000 (19:46 -0700)
committerKeith Randall <khr@golang.org>
Thu, 3 Apr 2014 02:46:47 +0000 (19:46 -0700)
commit059c10b552d8e8331a5621fa73d1fcb914cc913e
tree0245346b2e4d0aea71c96eca60c1eac2d7f2b127
parent9121e7e4df8e3867be2929cb2188272fbfe4408e
cmd/ld: get rid of map.bucket's data field from dwarf info.

The data field is the generic array that acts as a standin
for the keys and values arrays for the generic runtime code.
We want to substitute the keys and values arrays for the data
array, not just add keys and values in addition to it.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/81160044
src/cmd/ld/dwarf.c