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-defconfig in repository toolchain/ci/binutils-gdb.
from a8d21e9ef0 Automatic date update in version.in adds 14b2a8e424 PR24689 again, string table corruption adds bb22a41815 PR24704, Internal error building skiboot for powerpc64-linux-gnu adds a33f989b4e Automatic date update in version.in adds 385b97d3ac [gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inhe [...] adds 824eacee59 [gdb/testsuite] Fix DW_AT_decl_file in gdb.trace tests adds 164e3873cf [gdb/testsuite] Fix label reference in implptr-64bit.exp adds f93ab3a0b8 elf: Remove the property after reporting its removal adds 04b865dc2e RISC-V: Enable lui relaxation for CODE and MERGE sections. adds 2e7c439dec Automatic date update in version.in adds 22f72c4868 PowerPC nops
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 27 +++++++++ bfd/elf-properties.c | 10 ++-- bfd/elf64-ppc.c | 34 ++++++----- bfd/elfcode.h | 4 -- bfd/elfnn-riscv.c | 56 +++++++++++++---- bfd/version.h | 2 +- gas/ChangeLog | 12 ++++ gas/config/tc-ppc.c | 70 ++++++++++++++++------ gas/config/tc-ppc.h | 3 + gas/testsuite/gas/ppc/groupnop.d | 19 ++++++ gas/testsuite/gas/ppc/groupnop.s | 19 ++++++ gas/testsuite/gas/ppc/ppc.exp | 2 + gdb/testsuite/ChangeLog | 14 +++++ gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 2 +- .../gdb.dwarf2/inlined_subroutine-inheritance.exp | 6 +- gdb/testsuite/gdb.trace/entry-values.exp | 4 +- .../gdb.trace/unavailable-dwarf-piece.exp | 8 +-- ld/ChangeLog | 16 +++++ ld/testsuite/ld-powerpc/elfv2exe.d | 2 +- ld/testsuite/ld-powerpc/elfv2so.d | 12 ++-- ld/testsuite/ld-x86-64/pr24721-x32.d | 6 ++ ld/testsuite/ld-x86-64/pr24721.d | 6 ++ ld/testsuite/ld-x86-64/pr24721.map | 3 + ld/testsuite/ld-x86-64/pr24721a.s | 34 +++++++++++ ld/testsuite/ld-x86-64/pr24721b.s | 6 ++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 26 files changed, 306 insertions(+), 73 deletions(-) create mode 100644 gas/testsuite/gas/ppc/groupnop.d create mode 100644 gas/testsuite/gas/ppc/groupnop.s create mode 100644 ld/testsuite/ld-x86-64/pr24721-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24721.d create mode 100644 ld/testsuite/ld-x86-64/pr24721.map create mode 100644 ld/testsuite/ld-x86-64/pr24721a.s create mode 100644 ld/testsuite/ld-x86-64/pr24721b.s