Linux: Remove generic Implies

The default Linux implementation already handled the Linux generic
ABIs interface used on newer architectures, so there is no need to
Imply the generic any longer.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Adhemerval Zanella 2022-10-19 09:36:09 -03:00
parent 5d66eb85a8
commit 3f98a5c027
9 changed files with 0 additions and 24 deletions

View file

@ -1,3 +1,2 @@
aarch64/nptl
unix/sysv/linux/generic
unix/sysv/linux/wordsize-64

View file

@ -1,3 +1 @@
arc/nptl
unix/sysv/linux/generic/wordsize-32
unix/sysv/linux/generic

View file

@ -1,3 +1 @@
unix/sysv/linux/generic/wordsize-32
unix/sysv/linux/generic
csky/nptl

View file

@ -1,11 +0,0 @@
This hierarchy supports Linux systems using the new
asm-generic/unistd.h, which removes many familiar old syscalls. For
example, to implement open(), newer Linux architectures require glibc
to invoke the __NR_openat syscall with AT_FDCWD. This hierarchy
provides all those implementations.
It also provides support for 32-bit platforms using the 64-bit kernel
syscall APIs, as the 32-bit ones are no longer provided. Note that
newer ILP32 environments (x32 or AArch64:ILP32, for example) are
converting to use more 64-bit types in kernel syscalls, so that aspect
of this support is in more flux as of this writing.

View file

@ -1,3 +1,2 @@
unix/sysv/linux/loongarch
unix/sysv/linux/generic
unix/sysv/linux/wordsize-64

View file

@ -1,3 +1 @@
nios2/nptl
unix/sysv/linux/generic/wordsize-32
unix/sysv/linux/generic

View file

@ -1,3 +1 @@
or1k/nptl
unix/sysv/linux/generic/wordsize-32
unix/sysv/linux/generic

View file

@ -1,3 +1 @@
unix/sysv/linux/riscv
unix/sysv/linux/generic/wordsize-32
unix/sysv/linux/generic

View file

@ -1,3 +1,2 @@
unix/sysv/linux/riscv
unix/sysv/linux/generic
unix/sysv/linux/wordsize-64