3cd4d4
commit 0bb8f8c791862a4ff38a584af23bbb5bf3f90acd
3cd4d4
Author: Florian Weimer <fweimer@redhat.com>
3cd4d4
Date:   Fri May 31 13:52:16 2019 +0200
3cd4d4
3cd4d4
    Linux: Add oddly-named arm syscalls to syscall-names.list
3cd4d4
    
3cd4d4
    <asm/unistd.h> on arm defines the following macros:
3cd4d4
    
3cd4d4
    #define __ARM_NR_breakpoint             (__ARM_NR_BASE+1)
3cd4d4
    #define __ARM_NR_cacheflush             (__ARM_NR_BASE+2)
3cd4d4
    #define __ARM_NR_usr26                  (__ARM_NR_BASE+3)
3cd4d4
    #define __ARM_NR_usr32                  (__ARM_NR_BASE+4)
3cd4d4
    #define __ARM_NR_set_tls                (__ARM_NR_BASE+5)
3cd4d4
    #define __ARM_NR_get_tls                (__ARM_NR_BASE+6)
3cd4d4
    
3cd4d4
    These do not follow the regular __NR_* naming convention and
3cd4d4
    have so far been ignored by the syscall-names.list consistency
3cd4d4
    checks.  This commit adds these names to the file, preparing
3cd4d4
    for the availability of these names in the regular __NR_*
3cd4d4
    namespace.
3cd4d4
3cd4d4
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
3cd4d4
index 2d0354b8b3..ae8adabb70 100644
3cd4d4
--- a/sysdeps/unix/sysv/linux/syscall-names.list
3cd4d4
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
3cd4d4
@@ -52,6 +52,7 @@ bdflush
3cd4d4
 bind
3cd4d4
 bpf
3cd4d4
 break
3cd4d4
+breakpoint
3cd4d4
 brk
3cd4d4
 cachectl
3cd4d4
 cacheflush
3cd4d4
@@ -139,6 +140,7 @@ get_kernel_syms
3cd4d4
 get_mempolicy
3cd4d4
 get_robust_list
3cd4d4
 get_thread_area
3cd4d4
+get_tls
3cd4d4
 getcpu
3cd4d4
 getcwd
3cd4d4
 getdents
3cd4d4
@@ -499,6 +501,7 @@ set_mempolicy
3cd4d4
 set_robust_list
3cd4d4
 set_thread_area
3cd4d4
 set_tid_address
3cd4d4
+set_tls
3cd4d4
 setdomainname
3cd4d4
 setfsgid
3cd4d4
 setfsgid32
3cd4d4
@@ -611,6 +614,8 @@ unlinkat
3cd4d4
 unshare
3cd4d4
 uselib
3cd4d4
 userfaultfd
3cd4d4
+usr26
3cd4d4
+usr32
3cd4d4
 ustat
3cd4d4
 utime
3cd4d4
 utimensat