]> Cypherpunks repositories - gostls13.git/commit
cmd/link: move Library type to sym package
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 4 Oct 2017 22:13:35 +0000 (18:13 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 5 Oct 2017 12:21:19 +0000 (12:21 +0000)
commita910fe2c8301298444f83ffc924b3d2d4714f197
treee7daeda9067938b6012f17d9e3bf67c4f6a0f966
parent475d92ba4d5a88b1bba44f80dcd6a2dfc96b948e
cmd/link: move Library type to sym package

For #22095

Change-Id: I2cb0d3e0aaf9f97952cf8dda0e99a4379e275020
Reviewed-on: https://go-review.googlesource.com/68332
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/ar.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/ld.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/objfile.go
src/cmd/link/internal/ld/sym.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/sym/library.go [new file with mode: 0644]