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

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

Change 13200 by peter@peter_overcee on 2002/06/20 01:31:14

	Update for new Brandinfo members.  Probably needs EM_486 here as
	well, I'm sure some leeenucks toolchains generate it somewhere.

Affected files ...

... //depot/projects/ia64/sys/i386/linux/linux_sysvec.c#10 edit

Differences ...

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

@@ -799,6 +799,7 @@
 
 static Elf32_Brandinfo linux_brand = {
 					ELFOSABI_LINUX,
+					EM_386,
 					"Linux",
 					"/compat/linux",
 					"/lib/ld-linux.so.1",
@@ -807,6 +808,7 @@
 
 static Elf32_Brandinfo linux_glibc2brand = {
 					ELFOSABI_LINUX,
+					EM_386,
 					"Linux",
 					"/compat/linux",
 					"/lib/ld-linux.so.2",

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?200206200831.g5K8VIT29330>