Skip to content

Commit 80335e1

Browse files
Mic92Ericson2314
authored andcommitted
fix pagesize on ia64
(cherry picked from commit b21526c)
1 parent efbed36 commit 80335e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/patchelf.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ unsigned int ElfFile<ElfFileParamNames>::getPageSize() const noexcept
308308
// requirements. There is no authoritative list of these values. The
309309
// current list is extracted from GNU gold's source code (abi_pagesize).
310310
switch (rdi(hdr()->e_machine)) {
311+
case EM_IA_64:
311312
case EM_SPARC:
312313
case EM_MIPS:
313314
case EM_PPC:

0 commit comments

Comments
 (0)