Commit 212d286c authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] common name for the kernel DSO

From: David Mosberger <davidm@napali.hpl.hp.com>

Give the ia32 vsyscall DSO the same name as ia64's.
parent 177be0a4
......@@ -47,7 +47,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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment