• Russ Cox's avatar
    emit dynamically linked 6.out on darwin instead of static, · cfb94254
    Russ Cox authored
    unless given -d flag.
    
    the resulting binary doesn't *use* any dynamic libraries,
    it just has a reference to the dynamic linker and an
    empty list of needed symbols and libraries.
    
    this is enough to make 6.out binaries that can be run
    under dtrace / dtruss.
    
    R=r
    DELTA=39  (34 added, 0 deleted, 5 changed)
    OCL=20476
    CL=20482
    cfb94254
Name
Last commit
Last update
..
6.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
go.c Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
span.c Loading commit data...