diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index b377cb68..d7b78c46 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -982,6 +982,9 @@ Linker* PackLinuxElf64ppc::newLinker() const PackLinuxElf64amd::PackLinuxElf64amd(InputFile *f) : super(f) { + // Why did PackLinuxElf64Le set lg2_page = 16 ? + // It causes trouble for check_pt_dynamic() from canPack(). + lg2_page = 12; page_size = 1u<