aboutsummaryrefslogtreecommitdiff
path: root/gdb/syscalls/ppc64-linux.xml
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-11-26 10:02:37 +0100
committerTom de Vries <tdevries@suse.de>2024-11-26 10:02:37 +0100
commited732554ca6b6cf7db5d09b22882621d4049fffd (patch)
tree44a523f5256a8b33f46ae0e0c8227d8e2920dd4d /gdb/syscalls/ppc64-linux.xml
parent9d62135dcb384ef60a044cc0af71ba90f4c85a96 (diff)
downloadfsf-binutils-gdb-ed732554ca6b6cf7db5d09b22882621d4049fffd.zip
fsf-binutils-gdb-ed732554ca6b6cf7db5d09b22882621d4049fffd.tar.gz
fsf-binutils-gdb-ed732554ca6b6cf7db5d09b22882621d4049fffd.tar.bz2
[gdb/syscalls] Sync with strace v6.12
I ran gdb/syscalls/update-linux-defaults.sh with strace sources v6.12, and got one difference in gdb/syscalls/linux-defaults.xml.in: ... + <syscall name="mseal" groups="memory"/> ... Rerun make to propagate this change to the xml files.
Diffstat (limited to 'gdb/syscalls/ppc64-linux.xml')
-rw-r--r--gdb/syscalls/ppc64-linux.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/syscalls/ppc64-linux.xml b/gdb/syscalls/ppc64-linux.xml
index a8f5144..97e8437 100644
--- a/gdb/syscalls/ppc64-linux.xml
+++ b/gdb/syscalls/ppc64-linux.xml
@@ -425,5 +425,5 @@
<syscall name="lsm_get_self_attr" number="459"/>
<syscall name="lsm_set_self_attr" number="460"/>
<syscall name="lsm_list_modules" number="461"/>
- <syscall name="mseal" number="462"/>
+ <syscall name="mseal" number="462" groups="memory"/>
</syscalls_info>