]> Cypherpunks repositories - gostls13.git/commit
cmd/link: do not read .bss sections in ldpe
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 4 May 2017 06:49:23 +0000 (16:49 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 5 May 2017 01:00:11 +0000 (01:00 +0000)
commit507f4d5f48919097e5b85b145d337e89d1a2f252
tree6558810f8f62af814162cc68d006f7eae07b4967
parent8d63408f4688ff577c25f07a1728fe131d0cae2a
cmd/link: do not read .bss sections in ldpe

For .bss section symbol ldelf does not set P (raw symbol data).
Make ldpe do the same.

Change-Id: Ib3d558456f505ee568d0972465fa9b08b5794a87
Reviewed-on: https://go-review.googlesource.com/42631
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/ldpe.go