This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b7c8601a7f RISC-V: Correct printing of MSTATUS and MISA. new 4794efbfdc Change get_syscalls_by_group to append to an existing vector [...] new e9076973c8 Add an optional "alias" attribute to syscall entries. new 64fdde094a Update the FreeBSD system call table to match FreeBSD 12.0.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 41 +++++++++++++++ gdb/NEWS | 13 +++++ gdb/break-catch-syscall.c | 25 ++-------- gdb/doc/ChangeLog | 7 +++ gdb/doc/gdb.texinfo | 23 +++++++++ gdb/gdbarch.h | 3 -- gdb/gdbarch.sh | 3 -- gdb/syscalls/freebsd.xml | 110 ++++++++++++++++++++++++++++++++--------- gdb/syscalls/gdb-syscalls.dtd | 1 + gdb/syscalls/update-freebsd.sh | 78 +++++++++++++++++++++++++++++ gdb/xml-syscall.c | 110 ++++++++++++++++++++--------------------- gdb/xml-syscall.h | 20 ++++---- 12 files changed, 318 insertions(+), 116 deletions(-) create mode 100755 gdb/syscalls/update-freebsd.sh