public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/syscall-refactor] i686: 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=d30dbb300d64fc87b673277af08d376ecb3dd528

commit d30dbb300d64fc87b673277af08d376ecb3dd528
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Jun 17 21:02:05 2020 -0300

    i686: Move Linux syscalls.list to syscalls.def

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

diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.def b/sysdeps/unix/sysv/linux/i386/syscalls.def
new file mode 100644
index 0000000000..7b7768bfe6
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/i386/syscalls.def
@@ -0,0 +1,20 @@
+# Symbol name     Syscall name      Arguments                                               Strong                    Aliases                                     Includes            Flags
+
+chown             chown32           [const char *, uid_t, gid_t]                            chown                     $__chown,chown@@GLIBC_2.1                   unistd.h
+lchown            lchown32          [const char *, uid_t, gid_t]                            lchown                    lchown@@GLIBC_2.0,chown@GLIBC_2.0:GLIBC_2.1 unistd.h
+fchown            fchown32          [int, uid_t, gid_t]                                     fchown                    __fchown                                    unistd.h
+
+getegid           getegid32         []:gid_t                                                getegid                   __getegid                                   unistd.h
+geteuid           geteuid32         []:uid_t                                                geteuid                   __geteuid                                   unistd.h
+getgid            getgid32          []:gid_t                                                getgid                    __getgid                                    unistd.h
+getuid            getuid32          []:uid_t                                                getuid                    __getuid                                    unistd.h
+getresgid         getresgid32       [gid_t *, gid_t *, gid_t *]                             getresgid                 $__getresgid                                unistd.h
+getresuid         getresuid32       [uid_t *, uid_t *, uid_t *]                             getresuid                 $__getresuid                                unistd.h
+getgroups         getgroups32       [int, gid_t *]                                          getgroups                 __getgroups                                 unistd.h
+
+setfsgid          setfsgid32        [gid_t]                                                 setfsgid                  -                                           sys/fsuid.h
+setfsuid          setfsuid32        [uid_t]                                                 setfsuid                  -                                           sys/fsuid.h
+
+modify_ldt        modify_ldt        [int, void *, unsigned long]                            modify_ldt                __modify_ldt                                -                   E
+vm86old           vm86old           [struct vm86_struct *]                                  __vm86old                 vm86@GLIBC_2.0:GLIBC_2.3.4                  sys/vm86.h          E
+vm86              vm86              [unsigned long, struct vm86plus_struct *]               __vm86                    vm86@@GLIBC_2.3.4                           sys/vm86.h
diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list
deleted file mode 100644
index 24412aabbc..0000000000
--- a/sysdeps/unix/sysv/linux/i386/syscalls.list
+++ /dev/null
@@ -1,20 +0,0 @@
-# File name	Caller	Syscall name	Args	Strong name	Weak names
-
-chown		-	chown32		i:sii	__chown		chown@@GLIBC_2.1
-lchown		-	lchown32	i:sii	__lchown	lchown@@GLIBC_2.0 chown@GLIBC_2.0
-fchown		-	fchown32	i:iii	__fchown	fchown
-
-getegid		-	getegid32	Ei:	__getegid	getegid
-geteuid		-	geteuid32	Ei:	__geteuid	geteuid
-getgid		-	getgid32	Ei:	__getgid	getgid
-getuid		-	getuid32	Ei:	__getuid	getuid
-getresgid	-	getresgid32	i:ppp	__getresgid	getresgid
-getresuid	-	getresuid32	i:ppp	__getresuid	getresuid
-getgroups	-	getgroups32	i:ip	__getgroups	getgroups
-
-setfsgid	-	setfsgid32	Ei:i	setfsgid
-setfsuid	-	setfsuid32	Ei:i	setfsuid
-
-modify_ldt	EXTRA	modify_ldt	i:ipi	__modify_ldt	modify_ldt
-vm86old		EXTRA	vm86old		i:p	__vm86old	vm86@GLIBC_2.0
-vm86		-	vm86		i:ip	__vm86		vm86@@GLIBC_2.3.4


^ 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] i686: 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).