• Shenghou Ma's avatar
    cmd/dist: avoid using %ebx on i386. · 89ec3a61
    Shenghou Ma authored
    Or gcc (-fPIC) will complain:
    cmd/dist/unix.c: In function ‘cansse2’
    cmd/dist/unix.c:774: error: can't find a register in class ‘BREG’ while reloading ‘asm’
    cmd/dist/unix.c:774: error: ‘asm’ operand has impossible constraints
    
    This affects bootstrapping on native Darwin/386 where all code is
    compiled with -fPIC.
    
    R=golang-dev, iant
    CC=golang-dev
    https://golang.org/cl/7394047
    89ec3a61
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...
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...