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-arm-stable-allnoconfig in repository toolchain/binutils-gdb.
from 66ac1ae906 gdb: Update NEWS for OpenRISC Linux support adds fe554d200d Automatic date update in version.in adds 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.
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 4 ++ binutils/dwarf.c | 2 + gas/ChangeLog | 14 ++++++ gas/config/tc-aarch64.h | 37 ++++++++++++++ gas/dw2gencfi.c | 22 ++++++--- gas/dw2gencfi.h | 10 ++-- 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 ++++---- 20 files changed, 410 insertions(+), 132 deletions(-) create mode 100755 gdb/syscalls/update-freebsd.sh