Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix pagesize on ia64 #428

Merged
merged 1 commit into from
Nov 4, 2022
Merged

fix pagesize on ia64 #428

merged 1 commit into from
Nov 4, 2022

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Nov 4, 2022

No description provided.

@@ -318,6 +318,7 @@ unsigned int ElfFile<ElfFileParamNames>::getPageSize() const
// requirements. There is no authoritative list of these values. The
// current list is extracted from GNU gold's source code (abi_pagesize).
switch (rdi(hdr()->e_machine)) {
case EM_IA_64:
Copy link
Member Author

@Mic92 Mic92 Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this there are only 2 test failures left.

@Mic92 Mic92 mentioned this pull request Nov 4, 2022
@Mic92 Mic92 merged commit 7c18779 into master Nov 4, 2022
@Mic92 Mic92 deleted the ia64-fixes branch November 4, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant