From owner-p4-projects Thu Jun 20 1:36:53 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4A89237B40A; Thu, 20 Jun 2002 01:36:38 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1F7A37B411 for ; Thu, 20 Jun 2002 01:36:24 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K8aOZ29709 for perforce@freebsd.org; Thu, 20 Jun 2002 01:36:24 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Thu, 20 Jun 2002 01:36:24 -0700 (PDT) Message-Id: <200206200836.g5K8aOZ29709@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 13201 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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