developer documentation

modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2024-07-30 14:26:31 -07:00
parent 536b2c2475
commit bff5049a98

View File

@ -1521,6 +1521,7 @@ PackLinuxElf32::buildLinuxLoader(
"LZMA_DAISY,LZMA_ELF00,LZMA_DEC20,LZMA_DEC30");
}
len += snprintf(&sec[len], sizeof(sec) - len, ",%s", "EXP_TAIL,SYSCALLS");
//fprintf(stderr, "%s\n", sec);
(void)len;
addLoader(sec, nullptr);
relocateLoader();