Fix the Elf64 branding initialization.
This commit is contained in:
parent
a555afe91d
commit
b01bea2a94
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user