This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/4] Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]