]> Cypherpunks repositories - gostls13.git/commit
make 6l produce dynamically linked binaries (although they are fully statically linke...
authorRob Pike <r@golang.org>
Tue, 21 Jul 2009 22:10:47 +0000 (15:10 -0700)
committerRob Pike <r@golang.org>
Tue, 21 Jul 2009 22:10:47 +0000 (15:10 -0700)
commit3d42e691b931d34f2a3fee0885368f42d84665fb
tree1762de1e063f5d673eebcc64aa617480f43a0ae4
parentff790f470462e315d810155b304306fec2b795be
make 6l produce dynamically linked binaries (although they are fully statically linked as far
as go is concerned).  the -d flag is now flipped; as on the mac, -d disables dynamic.

much remains to be improved to move the output closer to the gcc format.

R=rsc
DELTA=366  (310 added, 30 deleted, 26 changed)
OCL=31929
CL=31951
src/cmd/6l/asm.c
src/cmd/6l/l.h
src/cmd/6l/obj.c
src/cmd/ld/elf64.c
src/cmd/ld/elf64.h