• Russ Cox's avatar
    cmd/dist: add liblink build information · 8642cbd6
    Russ Cox authored
    In addition to adding the library, change the way the anames array is created.
    Previously, it was written to src/cmd/6l/enam.c (and similarly for 5l and 8l)
    and each of the other tools (6g, 6c, 6a) compiled the 6l/enam.c file in addition
    to their own sources.
    
    Now that there is a library shared by all these programs, move the anames
    array into that library. To eliminate name conflicts, name the array after
    the architecture letter: anames5, anames6, anames8.
    
    First step to linker cleanup (golang.org/s/go13linker).
    
    This CL does not build by itself. It depends on the CLs introducing
    liblink and changing commands to use it.
    
    R=iant
    CC=golang-dev
    https://golang.org/cl/35740044
    8642cbd6
Name
Last commit
Last update
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
arm.c Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildgo.c Loading commit data...
buildruntime.c Loading commit data...
goc2c.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...