From 0bb8f8c791862a4ff38a584af23bbb5bf3f90acd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 31 May 2019 13:52:16 +0200 Subject: Linux: Add oddly-named arm syscalls to syscall-names.list on arm defines the following macros: #define __ARM_NR_breakpoint (__ARM_NR_BASE+1) #define __ARM_NR_cacheflush (__ARM_NR_BASE+2) #define __ARM_NR_usr26 (__ARM_NR_BASE+3) #define __ARM_NR_usr32 (__ARM_NR_BASE+4) #define __ARM_NR_set_tls (__ARM_NR_BASE+5) #define __ARM_NR_get_tls (__ARM_NR_BASE+6) These do not follow the regular __NR_* naming convention and have so far been ignored by the syscall-names.list consistency checks. This commit adds these names to the file, preparing for the availability of these names in the regular __NR_* namespace. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7b9203f1d..88a34cf9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-05-31 Florian Weimer + + * sysdeps/unix/sysv/linux/syscall-names.list: Add oddly named + system calls for the arm architecture: breakpoint, get_tls, + set_tls, usr26, usr32. + 2019-05-30 Gabriel F. T. Gomes * sysdeps/powerpc/Makefile -- cgit v1.2.3