[PATCH 1/4] Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports
Adhemerval Zanella
adhemerval.zanella@linaro.org
Mon Apr 11 12:17:00 GMT 2016
On 10-04-2016 01:12, Mike Frysinger wrote:
> On 25 Feb 2016 17:19, Adhemerval Zanella wrote:
>> --- a/sysdeps/unix/sysv/linux/powerpc/kernel-features.h
>> +++ b/sysdeps/unix/sysv/linux/powerpc/kernel-features.h
>>
>> +/* Define this if your 32-bit syscall API requires 64-bit register
>> + pairs to start with an even-number register. */
>> +#ifndef __powerpc64__
>> +# define __ASSUME_ALIGNED_REGISTER_PAIRS 1
>> +#endif
>
> i'm not familiar with the ABI at this level, but does this also apply
> to the new LE ABI ?
> -mike
>
New LE ABI is just for 64-bits.
More information about the Libc-alpha
mailing list