Re: common name for the kernel DSO

From: David Mosberger (davidm@napali.hpl.hp.com)
Date: Wed Jun 18 2003 - 17:51:43 EST


>>>>> On Wed, 18 Jun 2003 22:32:47 +0200, Sam Ravnborg <sam@ravnborg.org> said:

  Sam> so my vote goes for the gate name.

Attached is a small patch which will at least make sure that the DSO
name is the same across platforms.

Is someone willing to shepherd this patch into the official 2.5 tree?

        --david

===== arch/i386/kernel/Makefile 1.44 vs edited =====
--- 1.44/arch/i386/kernel/Makefile Sun Jun 8 11:06:55 2003
+++ edited/arch/i386/kernel/Makefile Wed Jun 18 15:47:48 2003
@@ -47,7 +47,7 @@
       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)
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:27 EST