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-lts-defconfig in repository toolchain/binutils-gdb.
from 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 | 12 ++ binutils/nm.c | 9 +- binutils/strings.c | 167 ++++++++++------------ binutils/testsuite/binutils-all/strings.exp | 18 +-- 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 | 4 + include/bfdlink.h | 3 + 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 + opcodes/ChangeLog | 5 + opcodes/riscv-opc.c | 2 +- 46 files changed, 738 insertions(+), 184 deletions(-) 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