]> Cypherpunks repositories - gostls13.git/commit
heuristic to stop pulling .6 in from .a
authorRuss Cox <rsc@golang.org>
Thu, 5 Feb 2009 21:58:43 +0000 (13:58 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 5 Feb 2009 21:58:43 +0000 (13:58 -0800)
commitfc8dca9dacb68eae277ba37a6356ea57398f96da
treef83af29db8cdde596a364331b09816656a362bcb
parent5e2c05877de1d69919b48a605799370d32f00853
heuristic to stop pulling .6 in from .a
is not right if the .6 is only for data and
the init function.

instead of that, pick up everything and
let the dead code/data eliminator throw
away the parts that weren't useful.

R=r
DELTA=25  (0 added, 22 deleted, 3 changed)
OCL=24446
CL=24446
src/cmd/6l/go.c
src/cmd/6l/l.h
src/cmd/6l/obj.c