On Thu, Feb 20, 2020 at 1:46 AM Joseph Myers <joseph@xxxxxxxxxxxxxxxx> wrote: > > On Thu, 20 Feb 2020, Vineet Gupta wrote: > > > The first 4 will need more work as sym aliasing like > > strong_alias (__xstat64, __xstat) > > > > will be needed in those ARM files (which in turn use i386). > > The situation for Arm is fundamentally different from that for ARC. > > For ARC, you only need a single public stat structure (using 64-bit times > and offsets). > > For Arm, a third public stat structure will need to be added alongside the > existing two, initially used internally in 64-bit-time stat functions that > aren't exported from glibc, eventually to be used with _TIME_BITS=64 with > the 64-bit-time stat interfaces exported once all the _TIME_BITS=64 > interfaces are ready. But surely that structure layout would be the same on ARM and ARC as well as all other 32-bit architectures with _TIME_BITS=64, right? What's wrong with having a single implementation for the most recent set of stat syscalls, with the older variants being only compiled for architectures that need them to support _TIME_BITS=32 and/or _FILE_OFFSET_BITS=32? Arnd _______________________________________________ linux-snps-arc mailing list linux-snps-arc@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/linux-snps-arc