Re: common name for the kernel DSO

Andrew Morton (akpm@digeo.com)
Wed, 18 Jun 2003 16:35:51 -0700


David Mosberger <davidm@napali.hpl.hp.com> wrote:
>
> +++ 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

What happens if one architecture decides to take this up to
linux-gate.so.2? If that is even a legit thing to do.
-
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/