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-mainline-allnoconfig in repository toolchain/binutils-gdb.
from 27e8f8efca Automatic date update in version.in adds 8936f76804 objdump: Fix check for corrupt reloc information, to allow f [...] adds ffd9e4d022 elf: Don't merge .note.gnu.property section in IR adds e368bf56d3 Document purpose of each ld statement lists adds d105de22fc Fix use-after-free in gdbserver adds 3d5500e958 Avoid buffer overflow in value_x_unop adds 12951a2f08 RISC-V: Add missing c.unimp instruction. adds e61667ef14 Implement the "gdb_signal_to/from_target" gdbarch methods fo [...] adds 95b1f9ac6b Fix leak in forward-search adds f746c08f26 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf-properties.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 8 ++ binutils/objdump.c | 9 +- gdb/ChangeLog | 18 +++ gdb/fbsd-tdep.c | 285 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/gdbserver/ChangeLog | 11 ++ gdb/gdbserver/linux-low.c | 4 +- gdb/gdbserver/lynx-low.c | 2 +- gdb/gdbserver/server.c | 10 +- gdb/gdbserver/spu-low.c | 4 +- gdb/gdbserver/target.h | 8 +- gdb/gdbserver/win32-low.c | 4 +- gdb/source.c | 2 +- gdb/valarith.c | 2 - ld/ChangeLog | 12 ++ ld/ldlang.c | 16 +++ ld/ldlang.h | 10 +- opcodes/ChangeLog | 5 + opcodes/riscv-opc.c | 3 +- 21 files changed, 395 insertions(+), 29 deletions(-)