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

Revert: ARCv3: link above 4GB: handle 64-bit literals in final link #100

Draft
wants to merge 2 commits into
base: arc64
Choose a base branch
from

Conversation

abrodkin
Copy link
Member

@abrodkin abrodkin commented Feb 2, 2023

This reverts commit 955b7c7 ("ARCv3: link above 4GB: handle 64-bit literals in final link"). And with that change reverted we'll get rid of unexpected R_ARC_S25H_PCREL relocation on 32-bit ARC processors.

That will break Linux kernel for 64-bit processors for sure, but we're working on a proper fix for that issue, to that it gets fixed fundamentally.

This reverts commit 955b7c7 ("ARCv3: link above 4GB: handle 64-bit literals in final link").
And with that change reverted we'll get rid of unexpected R_ARC_S25H_PCREL relocation on 32-bit
ARC processors.

That will break Linux kernel for 64-bit processors for sure, but we're working on a proper
fix for that issue, to that it gets fixed fundamentally.

Signed-off-by: Alexey Brodkin <[email protected]>
The change in that branch is known to break 64-bit targets,
so we need to exclude them from CI, so that their build failures
don't affect execution of properly built 32-bit binaries.
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.

1 participant