Add syscall entry for ARM-specific get_tls syscall

* linux/arm/syscallent.h ([ARM_FIRST_SHUFFLED_SYSCALL+1+6]): New entry.
(ARM_LAST_SPECIAL_SYSCALL): Update to 6.
* NEWS: Mention it.
This commit is contained in:
Eugene Syromyatnikov 2018-01-23 09:40:12 +01:00 committed by Dmitry V. Levin
parent 8b1ce9ef45
commit fdcfe80983
2 changed files with 3 additions and 1 deletions

1
NEWS
View File

@ -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.

View File

@ -449,4 +449,5 @@
[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