ARM-software / abi-aa

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

Fix the typo in Operation Definition for R_ARM_REL32 #261

Closed eymay closed 2 months ago

eymay commented 2 months ago

R_ARM_REL32 relocation's operation is defined as ((S + A) | T) – P but an extra "|" is left in the current version.