ARM-software / abi-aa

Application Binary Interface for the Arm® Architecture
Other
878 stars 173 forks source link

[aaelf64] Fix PAuthABI relocation details. #254

Open smithp35 opened 3 months ago

smithp35 commented 3 months ago

There is a typo in the spelling of R_<CLSABS64, it is missing a close angle brackets, and should be R_ABS64.

Similarly there should only be one entry in the dynamic relocation table, with R__ABS64 retaining the static relocation code but using the dynamic relocation semantics.

Added a clarifying line to state that the R__ABS64 is both a static and dynamic relocation.

MaskRay commented 3 months ago

LGTM

There is a typo in the spelling of R_<CLS_ABS64, it is missing a close angle brackets, and should be R__ABS64.

github seems to interpret <CLS> differently without backticks.