Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 01:36:24 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13201 for review
Message-ID:  <200206200836.g5K8aOZ29709@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13201

Change 13201 by peter@peter_overcee on 2002/06/20 01:35:38

	Update more Elf_Brandinfo structs

Affected files ...

... //depot/projects/ia64/sys/alpha/linux/linux_sysvec.c#5 edit
... //depot/projects/ia64/sys/compat/svr4/svr4_sysvec.c#5 edit

Differences ...

==== //depot/projects/ia64/sys/alpha/linux/linux_sysvec.c#5 (text+ko) ====

@@ -196,6 +196,7 @@
 
 static Elf64_Brandinfo linux_brand = {
 					ELFOSABI_LINUX,
+					EM_ALPHA,
 					"Linux",
 					"/compat/linux",
 					"/lib/ld-linux.so.1",
@@ -204,6 +205,7 @@
 
 static Elf64_Brandinfo linux_glibc2brand = {
 					ELFOSABI_LINUX,
+					EM_ALPHA,
 					"Linux",
 					"/compat/linux",
 					"/lib/ld-linux.so.2",

==== //depot/projects/ia64/sys/compat/svr4/svr4_sysvec.c#5 (text+ko) ====

@@ -186,6 +186,7 @@
 
 Elf32_Brandinfo svr4_brand = {
   ELFOSABI_SOLARIS,		/* XXX  Or should we use ELFOSABI_SYSV here?  */
+  EM_386,			/* XXX only implemented for x86 so far. */
   "SVR4",
   svr4_emul_path,
   "/lib/libc.so.1",

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206200836.g5K8aOZ29709>