We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbed36 commit 80335e1Copy full SHA for 80335e1
src/patchelf.cc
@@ -308,6 +308,7 @@ unsigned int ElfFile<ElfFileParamNames>::getPageSize() const noexcept
308
// requirements. There is no authoritative list of these values. The
309
// current list is extracted from GNU gold's source code (abi_pagesize).
310
switch (rdi(hdr()->e_machine)) {
311
+ case EM_IA_64:
312
case EM_SPARC:
313
case EM_MIPS:
314
case EM_PPC:
0 commit comments