sync with i386:

MFS: bring the consistent `compat_3_brand' support

This should fix the linux-related panics reported
by naddy@mips.inka.de (Christian Weisgerber)

Forgotten by: obrien
This commit is contained in:
Andrew Gallatin 2001-03-05 17:56:58 +00:00
parent 415dc6874f
commit d905e2f482

View file

@ -189,6 +189,7 @@ struct sysentvec elf_linux_sysvec = {
static Elf64_Brandinfo linux_brand = {
ELFOSABI_LINUX,
"Linux",
"/compat/linux",
"/lib/ld-linux.so.1",
&elf_linux_sysvec
@ -196,6 +197,7 @@ static Elf64_Brandinfo linux_brand = {
static Elf64_Brandinfo linux_glibc2brand = {
ELFOSABI_LINUX,
"Linux",
"/compat/linux",
"/lib/ld-linux.so.2",
&elf_linux_sysvec