]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/ld: put all type decoding in decodesym.go
authorAustin Clements <austin@google.com>
Mon, 4 May 2015 18:35:35 +0000 (14:35 -0400)
committerAustin Clements <austin@google.com>
Mon, 4 May 2015 20:17:39 +0000 (20:17 +0000)
commit91938fd1ca0e1ed15fdda2552155216a28bdb8f4
tree626d753083ffc65ca6690f9627d38083318e8d66
parent660a6825eabcf8529826e25052a8546ac8e1f08f
cmd/internal/ld: put all type decoding in decodesym.go

Move the one instance of type structure decoding in the linker that
doesn't live decodesym.go in to decodesym.go.

Change-Id: Ic6a23500deb72f0e9c8227ab611511e9781fac70
Reviewed-on: https://go-review.googlesource.com/9690
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/ld/decodesym.go
src/cmd/internal/ld/lib.go