]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix misgenerated pcln file numbers
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 28 Feb 2014 19:08:32 +0000 (11:08 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 Feb 2014 19:08:32 +0000 (11:08 -0800)
commit91e3681105912bf39404be544c6d5a41ce2b789a
tree040eff3ed50a285063b3cc21c4b1d0973ab7e325
parent07e2b4049be2f99ff3dca57b942769c017b12360
cmd/ld: fix misgenerated pcln file numbers

The pcln file number was being encoded incorrectly. The recorded delta was always against -1, not against the previous value.

Update #7369

This CL fixes the bad DWARF file numbers. It does not, however, fix the gdb continue-to-end bug.

LGTM=iant
R=rsc, minux.ma, iant
CC=golang-codereviews, graham
https://golang.org/cl/68960046
src/cmd/ld/pcln.c