forked from Imagelibrary/binutils-gdb
gdb: syscalls: Update ARM64 xml files
There are some new syscalls in the latest upstream Linux kernel [1],
some archs updated the xml files in the recent commit 19f3450f74
("[gdb/syscalls] Add syscalls {set,get,list,remove}xattrat"), also
update ARM64 to reflect the reality.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6140be90ec70
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Approved-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
@@ -329,4 +329,8 @@
|
||||
<syscall name="lsm_set_self_attr" number="460"/>
|
||||
<syscall name="lsm_list_modules" number="461"/>
|
||||
<syscall name="mseal" number="462" groups="memory"/>
|
||||
<syscall name="setxattrat" number="463"/>
|
||||
<syscall name="getxattrat" number="464"/>
|
||||
<syscall name="listxattrat" number="465"/>
|
||||
<syscall name="removexattrat" number="466"/>
|
||||
</syscalls_info>
|
||||
|
||||
@@ -333,4 +333,8 @@
|
||||
<syscall name="lsm_set_self_attr" number="460"/>
|
||||
<syscall name="lsm_list_modules" number="461"/>
|
||||
<syscall name="mseal" number="462"/>
|
||||
<syscall name="setxattrat" number="463"/>
|
||||
<syscall name="getxattrat" number="464"/>
|
||||
<syscall name="listxattrat" number="465"/>
|
||||
<syscall name="removexattrat" number="466"/>
|
||||
</syscalls_info>
|
||||
|
||||
Reference in New Issue
Block a user