> 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