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-allyesconfig in repository toolchain/binutils-gdb.
from 67bb16f345 Automatic date update in version.in adds af03af8f55 Synchronize libiberty with gcc and add --no-recruse-limit op [...] adds c2f5dc30af PR23952, memory leak in _bfd_generic_read_minisymbols adds 4a8110007b Fix a (one shot small) leak in language.c adds d2ef37ebd9 elf: Report property change when merging properties adds 8bebfcda34 Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd adds f50fabe4f6 RISC-V: Fix 4-arg add parsing. adds 42e151bf4c gdb/or1k: Add linux debugging support adds d9c859da9f gdb/emacs/dir-locals: Update settings for c++-mode adds fbcc8bafeb Override the previous definition from IR object adds 5aee1c38f9 Automatic date update in version.in adds 7ca166c940 Fix strings.c endian issue and strings test adds c0ab2ae3cc [GOLD] icf_safe_so_test
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 30 +++ bfd/elf-properties.c | 176 +++++++++++++--- bfd/elf32-or1k.c | 55 +++++ bfd/elflink.c | 9 + bfd/syms.c | 13 +- bfd/version.h | 2 +- binutils/ChangeLog | 46 ++++ binutils/NEWS | 11 + binutils/addr2line.c | 19 +- binutils/cxxfilt.c | 14 +- binutils/doc/binutils.texi | 89 +++++++- binutils/nm.c | 36 +++- binutils/objdump.c | 22 +- binutils/prdbg.c | 6 +- binutils/stabs.c | 10 +- binutils/strings.c | 167 +++++++-------- binutils/testsuite/binutils-all/cxxfilt.exp | 44 ++++ binutils/testsuite/binutils-all/strings.exp | 18 +- binutils/testsuite/config/default.exp | 6 + gas/ChangeLog | 13 ++ gas/config/tc-riscv.c | 15 +- gas/testsuite/gas/riscv/tprel-add.d | 3 + gas/testsuite/gas/riscv/tprel-add.l | 4 + gas/testsuite/gas/riscv/tprel-add.s | 11 + gdb/.dir-locals.el | 8 +- gdb/ChangeLog | 23 ++ gdb/Makefile.in | 1 + gdb/configure.tgt | 8 + gdb/dwarf2read.c | 8 +- gdb/language.c | 6 +- gdb/or1k-linux-tdep.c | 170 +++++++++++++++ gdb/or1k-tdep.c | 3 + gold/ChangeLog | 8 + gold/testsuite/icf_safe_so_test.sh | 54 ++--- include/ChangeLog | 9 + include/bfdlink.h | 3 + include/demangle.h | 14 ++ ld/ChangeLog | 25 +++ ld/NEWS | 2 + ld/ld.texi | 22 ++ ld/ldmain.c | 1 + ld/testsuite/ld-plugin/lto.exp | 6 + ld/testsuite/ld-plugin/pr23958.c | 6 + ld/testsuite/ld-plugin/pr23958.t | 4 + ld/testsuite/ld-scripts/rgn-over1.d | 1 + ld/testsuite/ld-scripts/rgn-over2.d | 1 + ld/testsuite/ld-scripts/rgn-over3.d | 1 + ld/testsuite/ld-scripts/rgn-over4.d | 1 + ld/testsuite/ld-scripts/rgn-over5.d | 1 + ld/testsuite/ld-scripts/rgn-over6.d | 1 + ld/testsuite/ld-scripts/rgn-over7.d | 1 + ld/testsuite/ld-x86-64/property-x86-ibt1a-x32.d | 3 +- ld/testsuite/ld-x86-64/property-x86-ibt1a.d | 3 +- ld/testsuite/ld-x86-64/property-x86-ibt1a.map | 3 + libiberty/ChangeLog | 65 ++++++ libiberty/config.in | 3 + libiberty/configure | 4 +- libiberty/configure.ac | 4 +- libiberty/cp-demangle.c | 68 ++++-- libiberty/cp-demangle.h | 3 + libiberty/cplus-dem.c | 40 +++- libiberty/pex-unix.c | 268 ++++++++++++++---------- opcodes/ChangeLog | 5 + opcodes/riscv-opc.c | 2 +- 64 files changed, 1345 insertions(+), 333 deletions(-) create mode 100644 binutils/testsuite/binutils-all/cxxfilt.exp create mode 100644 gas/testsuite/gas/riscv/tprel-add.d create mode 100644 gas/testsuite/gas/riscv/tprel-add.l create mode 100644 gas/testsuite/gas/riscv/tprel-add.s create mode 100644 gdb/or1k-linux-tdep.c create mode 100644 ld/testsuite/ld-plugin/pr23958.c create mode 100644 ld/testsuite/ld-plugin/pr23958.t create mode 100644 ld/testsuite/ld-x86-64/property-x86-ibt1a.map