This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/binutils-gdb.
from 0903806253 Move aarch64 CIE code to aarch64 backend adds b7c8601a7f RISC-V: Correct printing of MSTATUS and MISA. adds 4794efbfdc Change get_syscalls_by_group to append to an existing vector [...] adds e9076973c8 Add an optional "alias" attribute to syscall entries. adds 64fdde094a Update the FreeBSD system call table to match FreeBSD 12.0. adds c68033869a Fix typo/thinko in last change.
No new revisions were added by this update.
Summary of changes: gas/ChangeLog | 5 ++ gas/dw2gencfi.c | 2 +- gdb/ChangeLog | 48 ++++++++++++++++++ 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/riscv-tdep.c | 10 +++- 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 ++++---- 15 files changed, 339 insertions(+), 119 deletions(-) create mode 100755 gdb/syscalls/update-freebsd.sh