]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove ctxt from objfile reader
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 30 Sep 2017 16:50:00 +0000 (16:50 +0000)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 4 Oct 2017 16:02:56 +0000 (16:02 +0000)
commitc80338accb7282295f8c607a9b47cf25904fbb19
tree80f06ca807404e394dfaa25a1b0b6e9e98bb1c45
parent52abe50c33b3ecfff2d324ca9d74a1c5c0f719e5
cmd/link: remove ctxt from objfile reader

Preparation for moving the object file reader to its own package.

For #22095

Change-Id: I31fe4a10a2c465f8ea4bf548f40918807e4ec6b5
Reviewed-on: https://go-review.googlesource.com/67314
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/objfile.go