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-lts-defconfig in repository toolchain/binutils-gdb.
from bb6bf75e7a PowerPC @l, @h and @ha warnings, plus VLE e_li adds 9da0a9988d gold: Provide more failed archive member info in error message adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 ++ bfd/elf-properties.c | 176 +++++++++++++--- bfd/syms.c | 13 +- bfd/version.h | 2 +- binutils/ChangeLog | 39 ++++ 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/testsuite/binutils-all/cxxfilt.exp | 44 ++++ binutils/testsuite/config/default.exp | 6 + gdb/ChangeLog | 6 + gdb/language.c | 6 +- gold/ChangeLog | 5 + gold/archive.cc | 13 +- include/ChangeLog | 9 + include/bfdlink.h | 3 + include/demangle.h | 14 ++ ld/ChangeLog | 18 ++ ld/NEWS | 2 + ld/ld.texi | 22 ++ ld/ldmain.c | 1 + 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 ++++++++++++++---------- 44 files changed, 876 insertions(+), 200 deletions(-) create mode 100644 binutils/testsuite/binutils-all/cxxfilt.exp create mode 100644 ld/testsuite/ld-x86-64/property-x86-ibt1a.map