Re: [PATCH 16/23] [AARCH64] Make lp64 and ilp32 directories.

2016-06-29 Thread Andreas Schwab
Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/getdents.c > b/sysdeps/unix/sysv/linux/aarch64/ilp32/getdents.c > new file mode 100644 > index 000..1183f49 > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/getdents.c > @@ -0,0 +1,77 @@ > +/* Copyright (C)

Re: [PATCH 16/23] [AARCH64] Make lp64 and ilp32 directories.

2016-06-28 Thread Joseph Myers
and still apply. It's clear this won't be ready to go in within the next two days, so use GLIBC_2.25 as symbol version, and be prepared to change it to GLIBC_2.26 or later i

[PATCH 16/23] [AARCH64] Make lp64 and ilp32 directories.

2016-06-28 Thread Yury Norov
From: Andrew Pinski The patch makes the ilp32 and lp64 have their own directory under aarch64. ILP32 uses most of the same system calls as AARCH32 but has a 64bit off_t, ino_t etc and 32-bit time_t. We need make the functions that handle this set of types. Signed-off-by: Yury Norov --- sysdep