Peter Smith

Results 101 comments of Peter Smith

Thank you for pointing that out. We will need to think carefully about how to update the document. The Rule B.6 was added after B.5 specifically to deal with over...

Thanks for reporting. I guess that this would take the example for the small code-model ``` adrp x8, :got_auth: symbol add x8, x8, :got_auth_lo12: symbol ldr x0, [x8] // Authenticate...

PR for addition of relocation https://github.com/ARM-software/abi-aa/pull/259

Rebased after #272 the dynamic relocation is akin to R_AARCH64_ABS64 which isn't GOT generating so we can support addends, no further changes needed. Summary of changes: * Fix typo in...

I'm on vacation this week. Will get back to you after Easter. It is most likely a typo, my memory is that I wanted to match the existing dynamic relocations....

I agree this is a typo. I've created https://github.com/ARM-software/abi-aa/pull/255 to fix. To the best of my knowledge the Appendix on GOT generating relocations hasn't been implemented before. At the time...

Is there any need for any specification updates at the moment? My intent behind `DT_AARCH64_AUTH_RELR` was to match the existing ELF RELR as closely as possible on the grounds that...

> 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 I've...

> Shall we use `GDAT(S) + A` ? But that can be done after #217 has a concrete resolution. I've got an action to make an internal proposal for what...

> @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...