public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/syscall-refactor] x86_64: Move Linux syscalls.list to syscalls.def
@ 2020-06-29 21:48 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2020-06-29 21:48 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5c268956cbeadc6c41fa31d4ea09708655cee827

commit 5c268956cbeadc6c41fa31d4ea09708655cee827
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Jun 17 17:42:58 2020 -0300

    x86_64: Move Linux syscalls.list to syscalls.def

Diff:
---
 sysdeps/unix/sysv/linux/x86_64/syscalls.def  | 4 ++++
 sysdeps/unix/sysv/linux/x86_64/syscalls.list | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.def b/sysdeps/unix/sysv/linux/x86_64/syscalls.def
new file mode 100644
index 0000000000..4c1209f183
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/x86_64/syscalls.def
@@ -0,0 +1,4 @@
+# Symbol name     Syscall name      Arguments                                               Strong                    Aliases                                Includes            Flags
+
+arch_prctl        arch_prctl        [int, uintptr_t *]                                      arch_prctl                __arch_prctl                           stdint.h            E
+modify_ldt        modify_ldt        [int, void *, unsigned long]                            modify_ldt                __modify_ldt                           -                   E
diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list
deleted file mode 100644
index c04902db23..0000000000
--- a/sysdeps/unix/sysv/linux/x86_64/syscalls.list
+++ /dev/null
@@ -1,4 +0,0 @@
-# File name	Caller	Syscall name	# args	Strong name	Weak names
-
-arch_prctl	EXTRA	arch_prctl	i:ii	__arch_prctl	arch_prctl
-modify_ldt	EXTRA	modify_ldt	i:ipi	__modify_ldt	modify_ldt


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-29 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 21:48 [glibc/azanella/syscall-refactor] x86_64: Move Linux syscalls.list to syscalls.def Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).