aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-10-01 20:58:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-10-01 20:58:20 +0000
commit6268f532b6c6be7971cb57883d042bd771966548 (patch)
tree265c862f1a4ec239f9192de67ff6510ef370657e /ChangeLog
parent7a34129911093dac61d6f2927cd8125f8e6d9945 (diff)
downloadglibc-6268f532b6c6be7971cb57883d042bd771966548.zip
glibc-6268f532b6c6be7971cb57883d042bd771966548.tar.gz
glibc-6268f532b6c6be7971cb57883d042bd771966548.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd987d9..2d9066e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-10-01 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #14138]
+ * sysdeps/unix/sysv/linux/execve.c: Remove file.
+ * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
+
2014-10-01 Steve Ellcey <sellcey@mips.com>
* sysdeps/mips/strcmp.S: New.