> On Jul 8, 2015, at 11:39 AM, André Hentschel wrote:
>
>> Am 07.07.2015 um 23:01 schrieb pins...@gmail.com:
>> What does the elf abi say about x18, I thought it was just another temp. If
>> the target does not use it as a platform reg. Note there are many assembly
>> files which might use
Am 07.07.2015 um 23:01 schrieb pins...@gmail.com:
> What does the elf abi say about x18, I thought it was just another temp. If
> the target does not use it as a platform reg. Note there are many assembly
> files which might use x18 also due to that.
>
> So this means you need wrapper function
What does the elf abi say about x18, I thought it was just another temp. If the
target does not use it as a platform reg. Note there are many assembly files
which might use x18 also due to that.
So this means you need wrapper functions when moving between the different
abis. Nothing much can
Hi all,
Note: I'm new to that mailinglist...
On AArch64 X18 is used as a platform register for some platforms, so to
generate portable executables it should not be used by the compiler.
The use case i have for this is Wine. Windows arm64 programs use X18 as TLS
register, thus it shouldn't be cha