The comment marked with XXX was right: emulate SVR4 for
ELF binaries branded with ELFOSABI_SYSV, this is reported to work and brandelf(1) puts this type into files if "SVR4" was specified.
This commit is contained in:
parent
c5f0b00c65
commit
6f2df7152b
@ -185,7 +185,7 @@ struct sysentvec svr4_sysvec = {
|
||||
};
|
||||
|
||||
Elf32_Brandinfo svr4_brand = {
|
||||
ELFOSABI_SOLARIS, /* XXX Or should we use ELFOSABI_SYSV here? */
|
||||
ELFOSABI_SYSV,
|
||||
"SVR4",
|
||||
svr4_emul_path,
|
||||
"/lib/libc.so.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user