BrandZ cleanly survives the gcc "shadow build", but has warnings on a
real gcc build.
../../i86pc/ml/syscall_asm.s:364: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:364: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:364: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:543: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:543: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:543: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:645: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:645: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
../../i86pc/ml/syscall_asm.s:645: Warning: using `%bx' instead of `%ebx' due to
`w' suffix
lx_handler.s:198: Warning: using `%bx' instead of `%ebx' due to `w' suffix
lx_handler.s:243: Warning: using `%ax' instead of `%eax' due to `w' suffix
We didn't see these earlier because we use /usr/ccs/bin/as for the shadow build.
gas is only used for the "real" gcc build.
One more warning:
lx_support.c:409: warning: control reaches end of non-void function
lx_support.c:409: warning: control reaches end of non-void function