]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix -a with external linker
authorClément Chigot <clement.chigot@atos.net>
Wed, 23 Jan 2019 08:01:37 +0000 (09:01 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 27 Feb 2019 21:41:32 +0000 (21:41 +0000)
commit9f9c5fa8c7b8ad4d6a691aa3f1b557a9216d838f
tree798dcc0386cadc7815931769152696d9df2ccb26
parentb00ef3b8654ea64651805460fe23c67716cdd827
cmd/link: fix -a with external linker

This commit fixes a panic when -a was used with external linkmode.

Fixes #29807

Change-Id: I8cd42775f2953cec620cbc9ab345421c2694c9a2
Reviewed-on: https://go-review.googlesource.com/c/158998
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/data.go