Descriptioncmd/dist: avoid using %ebx on i386.
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.
Patch Set 1 #Patch Set 2 : diff -r 526fb7125a2f https://code.google.com/p/go/ #Patch Set 3 : diff -r 526fb7125a2f https://code.google.com/p/go/ #Patch Set 4 : diff -r 5b495d0aefcf https://code.google.com/p/go/ #MessagesTotal messages: 3
|