This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [ARM] architecture specific subdirectories & optimised memchr [V3]


On Fri, 28 Oct 2011, David Gilbert wrote:

> It's difficult, especially since the naming convention isn't quite linear;
> i.e. we have the A variant on 7, I don't know if that convention will
> stay for 8; and since it looks like 8 is going to have 32 and 64bit variants
> it looks like a much bigger overhaul of the config around that area
> will happen.

The existing code clearly isn't going to support building for a 64-bit 
ABI, which would need conditionals in installed headers and separate 
sysdeps files as appropriate for non-installed headers and other sources; 
the aim would be to do the right thing for ARMv8, 32-bit ABI.  And it 
seems reasonable to suppose that any 32-bit variant of ARMv8 supporting 
GNU/Linux will support everything from ARMv6T2 (which is what's actually 
required here).

-- 
Joseph S. Myers
joseph@codesourcery.com


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