From 6268f532b6c6be7971cb57883d042bd771966548 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 1 Oct 2014 20:58:20 +0000 Subject: Move execve to syscalls.list (bug 14138). Continuing the move of syscall definitions to syscalls.list, where previous cleanups have made this possible, this patch moves the definition of execve. (In this case, it was the removal of bounded pointers support, rather than old kernel support, which made the move possible.) Tested for x86_64. [BZ #14138] * sysdeps/unix/sysv/linux/execve.c: Remove file. * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd987d9..2d9066e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-10-01 Joseph Myers + + [BZ #14138] + * sysdeps/unix/sysv/linux/execve.c: Remove file. + * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall. + 2014-10-01 Steve Ellcey * sysdeps/mips/strcmp.S: New. -- cgit v1.1