]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: fix macho host objects
authorJeremy Faller <jeremy@golang.org>
Tue, 29 Oct 2019 14:52:20 +0000 (10:52 -0400)
committerJeremy Faller <jeremy@golang.org>
Thu, 31 Oct 2019 15:22:28 +0000 (15:22 +0000)
commit396a9b98bac38dce31085146f8c713fbe3c0c664
tree67ae053311651063a611312ed38c7869accad1f6
parent931845aee3fcb7efb9abe3b47a319b1422557e4c
[dev.link] cmd/link: fix macho host objects

Small updates to macho loader, fixing some misunderstandings I had about
using the new object file format.

Change-Id: I9224b01ca327e3a087ebfa36800bd6eef6abcc80
Reviewed-on: https://go-review.googlesource.com/c/go/+/204097
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/config.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/loader/loader.go
src/cmd/link/internal/loadmacho/ldmacho.go