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-allmodconfig in repository toolchain/binutils-gdb.
from 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 adds ba85c15dab PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong adds beab453223 Remove an abort in the bfd library and add a check for an in [...] adds 5f60af5d24 Fix a memory exhaustion bug when attempting to allocate room [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 +++ bfd/elf.c | 11 +- bfd/elf64-ppc.c | 3 +- bfd/elfcode.h | 5 + bfd/version.h | 2 +- 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 | 6 + ld/testsuite/ld-powerpc/powerpc.exp | 1 + ld/testsuite/ld-powerpc/pr23937.d | 10 ++ ld/testsuite/ld-powerpc/pr23937.s | 65 ++++++++ opcodes/ChangeLog | 5 + opcodes/riscv-opc.c | 3 +- 22 files changed, 459 insertions(+), 21 deletions(-) create mode 100644 ld/testsuite/ld-powerpc/pr23937.d create mode 100644 ld/testsuite/ld-powerpc/pr23937.s