foss-for-synopsys-dwc-arc-processors / linux

Helpful resources for users & developers of Linux kernel for ARC
22 stars 13 forks source link

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

Open abrodkin opened 1 year ago

abrodkin commented 1 year ago

This reverts commit 955b7c7007e9 ("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.