Peter Smith
Peter Smith
For now I think it is fine to mentally reserve the relocation code used in the patch. When the upstream discussion gets to the point of accepting the RFC and...
Can you give some more details about how this will be used. Thanks to SHF_EXCLUDE being erroneously defined in SHF_MASKPROC we've only got 2 processor specific flags available in the...
I'll make a PR tomorrow, I don't think I'll get it done today. To follow up on a comment in https://github.com/ARM-software/abi-aa/pull/336 I'm thinking it would be useful to make a...
https://github.com/ARM-software/abi-aa/pull/340 to cover both new relocations. Hopefully managed to capture the discussion so far.
The two cases I'm most familiar for when the precise section name is used is: * When the same program uses a linker defined `__start` and `__stop` symbol name to...
> In principle the linker could automatically detect huge sections and sort them differently. This would avoid the majority of scenarios where people run into relocation range issues due to...
LLD patch to implement BTI aware thunks https://github.com/llvm/llvm-project/pull/108989
Apologies for the force push, needed to rebase to pick up the new github actions.
At the moment we have no plans to support `_Float128` in AArch32. I believe that suppport for this is optional in the C23 standard. This could change if there is...
I agree that the sentence can be clarified. Assuming the confusion hasn't been resolved already, there's a couple of other parts that may help parsing the text: https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#22terms-and-abbreviations ``` Routine,...