glibc/sysdeps/unix/sysv/linux/csky
Florian Weimer 4cf0d22305 Linux: Add tables with system call numbers
The new tables are currently only used for consistency checks
with the installed kernel headers and the architecture-independent
system call names table.  They are based on Linux 5.4.

The goal is to use these architecture-specific tables to ensure
that system call wrappers are available irrespective of the version
of the installed kernel headers.

The tables are formatted in the form of C header files so that they
can be used directly in an #include directive, without external
preprocessing.  (External preprocessing of a plain table file
would introduce cross-subdirectory dependency issues.)  However,
the intent is that they can still be treated as tables and can be
processed by simple tools.

The irregular system call names on 32-bit arm add a complication.
The <fixup-asm-unistd.h> header is introduced to work around that,
and the system calls are listed under regular names in the
<arch-syscall.h> file.

A make target, update-syscalls-list, is added to patch the glibc
sources with data from the current kernel headers.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2020-01-02 10:18:10 +01:00
..
abiv2 Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
bits Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sys Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
arch-syscall.h Linux: Add tables with system call numbers 2020-01-02 10:18:10 +01:00
c++-types.data Add C-SKY port 2018-12-21 09:48:04 +08:00
configure Add C-SKY port 2018-12-21 09:48:04 +08:00
configure.ac Add C-SKY port 2018-12-21 09:48:04 +08:00
Implies Add C-SKY port 2018-12-21 09:48:04 +08:00
jmp_buf-macros.h Add C-SKY port 2018-12-21 09:48:04 +08:00
kernel-features.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ld.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
ldconfig.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
libanl.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libBrokenLocale.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libc.abilist Linux: Add getdents64 system call 2019-06-07 09:27:01 +02:00
libcrypt.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libdl.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libm.abilist Make totalorder and totalordermag functions take pointer arguments. 2019-08-15 15:18:34 +00:00
libpthread.abilist nptl: Move waitpid implementation to libc 2019-12-19 16:11:09 -03:00
libresolv.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
librt.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libthread_db.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
libutil.abilist Add C-SKY port 2018-12-21 09:48:04 +08:00
localplt.data Add C-SKY port 2018-12-21 09:48:04 +08:00
makecontext.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile Add C-SKY port 2018-12-21 09:48:04 +08:00
register-dump.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shlib-versions Add C-SKY port 2018-12-21 09:48:04 +08:00
sigcontextinfo.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
syscalls.list Add C-SKY port 2018-12-21 09:48:04 +08:00
sysdep.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Add C-SKY port 2018-12-21 09:48:04 +08:00