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-allyesconfig in repository toolchain/binutils-gdb.
from 60f9fdc9c2 Automatic date update in version.in adds 13dc50ee16 [GAS][Arm] Skip Local BLX Thumb tests for arm-netbsdelf and arm-nto adds 4de3d8d066 gdb/riscv: Handle passing variadic floating point arguments adds 6bf78e29a1 gdb/infcall: Make infcall_suspend_state into a class adds b001de2320 gdb: Update test pattern to deal with native-extended-gdbserver adds c8749e5810 OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on [...] adds 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. adds c68033869a Fix typo/thinko in last change. adds 0681fa5ee5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/dwarf.c | 2 + gas/ChangeLog | 24 ++++++ gas/config/tc-aarch64.h | 37 +++++++++ gas/dw2gencfi.c | 22 ++++-- gas/dw2gencfi.h | 10 +-- gas/testsuite/gas/arm/blx-local-thumb.d | 2 +- gdb/ChangeLog | 83 ++++++++++++++++++++ gdb/NEWS | 14 ++++ gdb/break-catch-syscall.c | 25 +----- gdb/doc/ChangeLog | 7 ++ gdb/doc/gdb.texinfo | 23 ++++++ gdb/gdbarch.h | 3 - gdb/gdbarch.sh | 3 - gdb/infrun.c | 134 +++++++++++++++++++------------- gdb/nat/linux-osdata.c | 3 +- gdb/riscv-tdep.c | 15 +++- gdb/syscalls/freebsd.xml | 110 ++++++++++++++++++++------ gdb/syscalls/gdb-syscalls.dtd | 1 + gdb/syscalls/update-freebsd.sh | 78 +++++++++++++++++++ gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/annota1.exp | 23 +++++- gdb/xml-syscall.c | 110 +++++++++++++------------- gdb/xml-syscall.h | 20 ++--- 25 files changed, 567 insertions(+), 192 deletions(-) create mode 100755 gdb/syscalls/update-freebsd.sh