]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Set NetBSD xml syscall file name to syscalls/netbsd.xml
authorKamil Rytarowski <n54@gmx.com>
Wed, 29 Apr 2020 13:33:33 +0000 (15:33 +0200)
committerKamil Rytarowski <n54@gmx.com>
Wed, 29 Apr 2020 18:03:44 +0000 (20:03 +0200)
commitb68b1b58d687584f7177678146e4c7def22e9699
tree162b13e9235effe21256657209ca5fc8403113dc
parentf94b2e038757eeefd7351e8122160715d6e3ce3c
Set NetBSD xml syscall file name to syscalls/netbsd.xml

The syscall literal names are not stable on NetBSD and can change
once a syscall is versioned. Thus these names are internal to the
system and in GDB mostly descriptive, not intended to be a stable
interface with fixed names across GDB and NetBSD versions to track
certain syscalls.

gdb/ChangeLog:

* nbsd-tdep.c: Include "xml-syscall.h".
(nbsd_init_abi): Call `set_xml_syscall_file_name'.
gdb/ChangeLog
gdb/nbsd-tdep.c