lkml.org 
[lkml]   [2003]   [Jun]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromDavid Mosberger <>
DateWed, 18 Jun 2003 15:51:43 -0700
SubjectRe: common name for the kernel DSO
>>>>> 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/
\
 
 \ /
  Last update: 2005-03-22 12:36    [from the cache]
©2003-2008