Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/compat/linux/arch/i386 Pull up following revision(s) ...
details: https://anonhg.NetBSD.org/src/rev/9b6979ba4116
branches: netbsd-6
changeset: 773960:9b6979ba4116
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Mar 25 11:25:26 2012 +0000
description:
Pull up following revision(s) (requested by chs in ticket #140):
sys/compat/linux/arch/i386/linux_exec.h: revision 1.11
define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.
diffstat:
sys/compat/linux/arch/i386/linux_exec.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f59794ee4c95 -r 9b6979ba4116 sys/compat/linux/arch/i386/linux_exec.h
--- a/sys/compat/linux/arch/i386/linux_exec.h Sat Mar 24 16:55:54 2012 +0000
+++ b/sys/compat/linux/arch/i386/linux_exec.h Sun Mar 25 11:25:26 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec.h,v 1.10 2008/11/17 13:03:42 ad Exp $ */
+/* $NetBSD: linux_exec.h,v 1.10.22.1 2012/03/25 11:25:26 bouyer Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,6 +39,8 @@
#define LINUX_ELF_AUX_ARGSIZ \
(howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr)))
+#define LINUX_DEBUGLINK_SIGNATURE
+
#ifdef _KERNEL
int linux_exec_setup_stack(struct lwp *, struct exec_package *);
#endif
Home |
Main Index |
Thread Index |
Old Index