]> Cypherpunks repositories - gostls13.git/commit
liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj
authorIan Lance Taylor <iant@golang.org>
Wed, 16 Apr 2014 21:36:44 +0000 (14:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 16 Apr 2014 21:36:44 +0000 (14:36 -0700)
commit58b86e50138adaed962ad12a55ede7fb8b0886d9
treee4790a614ef01cd081a63a41688d88d78d349fac
parentcc08d9232c4875a11b9e2a8097e069467d79f31f
liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj

The name linkwriteobj is misleading because it implies that
the function has something to do with the linker, which it
does not.  The name is historical: the function performs an
operation that was previously performed by the linker, but no
longer is.

LGTM=rsc
R=rsc, minux.ma
CC=golang-codereviews
https://golang.org/cl/88210045
include/link.h
src/cmd/5a/lex.c
src/cmd/5c/swt.c
src/cmd/6a/lex.c
src/cmd/6c/swt.c
src/cmd/8a/lex.c
src/cmd/8c/swt.c
src/cmd/gc/obj.c
src/liblink/objfile.c