From: David Mosberger Give the ia32 vsyscall DSO the same name as ia64's. arch/i386/kernel/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/Makefile~common-kernel-DSO-name arch/i386/kernel/Makefile --- 25/arch/i386/kernel/Makefile~common-kernel-DSO-name 2003-06-18 16:36:41.000000000 -0700 +++ 25-akpm/arch/i386/kernel/Makefile 2003-06-18 16:36:41.000000000 -0700 @@ -48,7 +48,7 @@ quiet_cmd_syscall = SYSCALL $@ cmd_syscall = $(CC) -nostdlib $(SYSCFLAGS_$(@F)) \ -Wl,-T,$(filter-out FORCE,$^) -o $@ -vsyscall-flags = -shared -s -Wl,-soname=linux-vsyscall.so.1 +vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 SYSCFLAGS_vsyscall-sysenter.so = $(vsyscall-flags) SYSCFLAGS_vsyscall-int80.so = $(vsyscall-flags) _