svn commit: r266898 - user/dchagin/lemul/sys/amd64/linux

Olivier Houchard cognet at FreeBSD.org
Fri May 30 18:05:05 UTC 2014


Author: cognet
Date: Fri May 30 18:05:04 2014
New Revision: 266898
URL: http://svnweb.freebsd.org/changeset/base/266898

Log:
  Move the linux64 files in /compat/linux64, so that we can have both 32bits
  and 64bits installed.

Modified:
  user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c

Modified: user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c
==============================================================================
--- user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c	Fri May 30 18:04:10 2014	(r266897)
+++ user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c	Fri May 30 18:05:04 2014	(r266898)
@@ -912,7 +912,7 @@ static Elf64_Brandinfo linux_glibc2brand
 	.brand		= ELFOSABI_LINUX,
 	.machine	= EM_X86_64,
 	.compat_3_brand	= "Linux",
-	.emul_path	= "/compat/linux",
+	.emul_path	= "/compat/linux64",
 	.interp_path	= "/lib64/ld-linux-x86-64.so.2",
 	.sysvec		= &elf_linux_sysvec,
 	.interp_newpath	= NULL,
@@ -924,7 +924,7 @@ static Elf64_Brandinfo linux_glibc2brand
 	.brand		= ELFOSABI_LINUX,
 	.machine	= EM_X86_64,
 	.compat_3_brand	= "Linux",
-	.emul_path	= "/compat/linux",
+	.emul_path	= "/compat/linux64",
 	.interp_path	= "/lib64/ld-linux.so.2",
 	.sysvec		= &elf_linux_sysvec,
 	.interp_newpath	= NULL,


More information about the svn-src-user mailing list