• Russ Cox's avatar
    cmd/go: fix bytes and net the right way · 6077f0fc
    Russ Cox authored
    Not sure why they used empty.s and all these other
    packages were special cased in cmd/go instead.
    Add them to the list.
    
    This avoids problems with net .s files being compiled
    with gcc in cgo mode and gcc not supporting // comments
    on ARM.
    
    Not a problem with bytes, but be consistent.
    
    The last change fixed the ARM build but broke the Windows build.
    Maybe *this* will make everyone happy. Sigh.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/144530046
    6077f0fc
Name
Last commit
Last update
..
buffer.go Loading commit data...
buffer_test.go Loading commit data...
bytes.go Loading commit data...
bytes_decl.go Loading commit data...
bytes_test.go Loading commit data...
compare_test.go Loading commit data...
equal_test.go Loading commit data...
example_test.go Loading commit data...
export_test.go Loading commit data...
reader.go Loading commit data...
reader_test.go Loading commit data...