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:
parent
8b1ce9ef45
commit
fdcfe80983
1
NEWS
1
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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user