]> granicus.if.org Git - strace/commitdiff
Add syscall entry for ARM-specific get_tls syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 23 Jan 2018 08:40:12 +0000 (09:40 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Jan 2018 01:55:08 +0000 (01:55 +0000)
* linux/arm/syscallent.h ([ARM_FIRST_SHUFFLED_SYSCALL+1+6]): New entry.
(ARM_LAST_SPECIAL_SYSCALL): Update to 6.
* NEWS: Mention it.

NEWS
linux/arm/syscallent.h

diff --git a/NEWS b/NEWS
index 34a9e12a641fe8143c9c38f47a041edec02b977a..4205969729109dfdd040fd5beb8547951cd6ca3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Print values returned by mq_open syscall and first arguments
     of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
     as file descriptors.
+  * Added decoding of get_tls syscall on arm.
   * Updated lists of MSG_*, NT_*, and SHM_* constants.
   * Added manual page for the strace-log-merge command.
   * Updated lists of ioctl commands from Linux 4.15.
index c2114783840f275e5557677cb78ed29c13ab03b3..6f4220f08d11e1e362142f38843a36b8c2c40688 100644 (file)
 [ARM_FIRST_SHUFFLED_SYSCALL+1+3] = { 0,        0,      SEN(printargs), "usr26"                 },
 [ARM_FIRST_SHUFFLED_SYSCALL+1+4] = { 0,        0,      SEN(printargs), "usr32"                 },
 [ARM_FIRST_SHUFFLED_SYSCALL+1+5] = { 1,        0,      SEN(printargs), "set_tls"               },
-#define ARM_LAST_SPECIAL_SYSCALL 5
+[ARM_FIRST_SHUFFLED_SYSCALL+1+6] = { 0,        0,      SEN(printargs), "get_tls"               },
+#define ARM_LAST_SPECIAL_SYSCALL 6