]> Cypherpunks repositories - gostls13.git/commit
cmd/link: ignore macho symbols in invalid sections
authorDavid Crawshaw <crawshaw@golang.org>
Sun, 8 Oct 2017 14:45:48 +0000 (10:45 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Sun, 8 Oct 2017 20:14:33 +0000 (20:14 +0000)
commite285f39248f7499c4764bb394fd77a591f4dde64
tree410effe0c9600696d60112ebeb7e0524572395d7
parentdd4988fd995e54a19781f7caeb49e020602697f6
cmd/link: ignore macho symbols in invalid sections

Restores linker behavior that existed before CL 68930.
Hopefully fixes the macOS 10.8 builder.

Change-Id: Ib8d6923b59543008cf71c4625addb4e2045cedf6
Reviewed-on: https://go-review.googlesource.com/69170
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Marvin Stenger <marvin.stenger94@gmail.com>
src/cmd/link/internal/loadmacho/ldmacho.go