Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pauthabi64] Remove relocation RAARCH64_AUTH_GOT_ADD_LO12_NC
There is no equivalent for this relocation in the standard ABI it could be used for runtime code to calculate the address of a GOT slot in a similar way to obtaining the address of a static data item. However there is no way to express the address of a GOT slot in source code, and the compiler can use a load to get the contents of the GOT slot directly without first calculating the address. Part of #253
- Loading branch information