]> Cypherpunks repositories - gostls13.git/commit
liblink: remove code that is never executed
authorIan Lance Taylor <iant@golang.org>
Tue, 8 Apr 2014 05:12:26 +0000 (22:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 Apr 2014 05:12:26 +0000 (22:12 -0700)
commitf4ecfaa442ffdcab83bf63b2d40c67290d13f618
treecd84c917fe2718bc616249875ca3618825781077
parent78025fb2202e79580cd78bc1f4a32cead762e963
liblink: remove code that is never executed

This code tests linkmode == LinkExternal but is only invoked
by the compiler/assembler, not the linker.

Update #7164

LGTM=rsc
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/85080043
src/liblink/asm6.c
src/liblink/asm8.c