Results 72 comments of Daniil Kovalev

I've just noticed that `RAARCH64_AUTH_GOT_ADD_LO12_NC` also contains a typo - `_` is missed after `R`. BTW, is there a corresponding non-auth reloc? I don't see `R_AARCH64_GOT_ADD_LO12_NC` in https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst

@smithp35 > I can't see anything it would be used for apart from calculating the address of a GOT slot, but user-code shouldn't be able to do that anyway Is...

Thanks @smithp35 for a detailed description! > Use the environment part of the triple I suppose we should use this this option since it's harder for end users to use...

@smithp35 I've implemented `pauthtest` ABI support - see new PR description for details and tests for examples. I'm not sure if the implementation is nice and maybe I've put some...

The buildkite is failing as expected since the patch depends on change from #72713 which is not included in this PR. Locally, the build and tests pass. I'll manually re-run...

@MaskRay Would be glad to see you review on the changes

Rebased on current main branch and force-pushed to trigger buildkite