Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-27 Thread Arnd Bergmann
On Monday, June 27, 2016 9:56:13 AM CEST Andreas Schwab wrote: > Yury Norov writes: > > > diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > > b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > > index 658f696..7dcbe65 100644 > > ---

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-27 Thread Arnd Bergmann
On Monday, June 27, 2016 9:56:13 AM CEST Andreas Schwab wrote: > Yury Norov writes: > > > diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > > b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > > index 658f696..7dcbe65 100644 > > --- a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > > +++

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-27 Thread Andreas Schwab
Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > index 658f696..7dcbe65 100644 > --- a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > +++ b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h >

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-27 Thread Andreas Schwab
Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > index 658f696..7dcbe65 100644 > --- a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > +++ b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h > @@ -25,7 +25,11 @@ >

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-21 Thread Joseph Myers
On Tue, 21 Jun 2016, Yury Norov wrote: > From: Andrew Pinski > > The patch makes the ilp32 and lp64 have their own directory under aarch64. > Since ILP32 uses most of the same system calls as LP64 and has a 64bit > off_t, we need make the functions that end in 64 the same as

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-21 Thread Joseph Myers
On Tue, 21 Jun 2016, Yury Norov wrote: > From: Andrew Pinski > > The patch makes the ilp32 and lp64 have their own directory under aarch64. > Since ILP32 uses most of the same system calls as LP64 and has a 64bit > off_t, we need make the functions that end in 64 the same as the ones without. >

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-21 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..0f89a09 > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/getdents.c > @@ -0,0

Re: [PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-21 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..0f89a09 > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/getdents.c > @@ -0,0 +1,78 @@ > +/* Copyright (C)

[PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-20 Thread Yury Norov
From: Andrew Pinski The patch makes the ilp32 and lp64 have their own directory under aarch64. Since ILP32 uses most of the same system calls as LP64 and has a 64bit off_t, we need make the functions that end in 64 the same as the ones without. We also need not to special

[PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

2016-06-20 Thread Yury Norov
From: Andrew Pinski The patch makes the ilp32 and lp64 have their own directory under aarch64. Since ILP32 uses most of the same system calls as LP64 and has a 64bit off_t, we need make the functions that end in 64 the same as the ones without. We also need not to special case ioctl or use the