Fix the Elf64 branding initialization.

This commit is contained in:
David E. O'Brien 2000-11-04 05:04:47 +00:00
parent e3f84e3e02
commit 43cc92233d

View File

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