* Andrew Morton <[EMAIL PROTECTED]> wrote: > > I can't see this compile failure posted anywhere: > > http://test.kernel.org/results/IBM/126049/build/debug/stderr > > > > arch/x86/vdso/vdso32/sigreturn.S: Assembler messages: > > arch/x86/vdso/vdso32/sigreturn.S:23: Error: suffix or operands invalid for > > `pop' > > arch/x86/vdso/vdso32/syscall.S:25: Error: suffix or operands invalid for > > `pop' > > make[1]: *** [arch/x86/vdso/vdso32/syscall.o] Error 1 > > make: *** [arch/x86/vdso] Error 2 > > (cc Ingo and Thomas)
Roland says: | That seems like it must be a tool problem. The V=1 output would show | if those compiles missed -m32 or something. But even in the wrong | mode, this error does not make sense. The assembly code it's citing | is identical to the old arch/x86/ia32/vsyscall-syscall.S code. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/