Fix mips stub for ELF2 main program
modified: p_lx_elf.cpp modified: stub/Makefile modified: stub/src/mips.r3000-expand.S modified: stub/src/upxfd_linux.c
This commit is contained in:
@@ -1533,6 +1533,9 @@ PackLinuxElf32::buildLinuxLoader(
|
||||
len += snprintf(&sec[len], sizeof(sec) - len, ",%s",
|
||||
(opt->o_unix.android_old ? "UMF_ANDROID" : "UMF_LINUX"));
|
||||
}
|
||||
else {
|
||||
len += snprintf(&sec[len], sizeof(sec) - len, ",%s", "UMF_LINUX");
|
||||
}
|
||||
if (hasLoaderSection("SYSCALLS")) {
|
||||
len += snprintf(&sec[len], sizeof(sec) - len, ",%s", "SYSCALLS");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user