This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 9184ef8a92 RISC-V: Minor cleanup and typos when merging elf attributes. adds 8f5c6526eb [gdb/breakpoint, PIE] Handle setting breakpoint on label wit [...] adds ac267c754c Fix a division by zero error when processing secondary reloc [...] adds dd216e07a1 gas: Use DW_FORM_sec_offset for DWARF version 4 or higher. adds 1d01693f55 sim: better handle builds of primary targets lacking sims adds 0316fb52d6 bpf: several small fixes in the simulator adds e56798df08 Support printing of 16 byte real/complex type for Flang compiler adds c5cd900e4f Allow Flang kind printing in complex.exp,pointer-to-pointer. [...] adds cdafde0beb Automatic date update in version.in adds e062fcc8c2 ld: Change NOSANTIZE_CFLAGS to NOSANITIZE_CFLAGS adds 1e3b96fd6c Allow plugin syms to mark as-needed shared libs needed adds 8642dafaef PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_re [...] adds f7e5d67daf Automatic date update in version.in adds 78b43ec962 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 ++++++++ bfd/elf.c | 15 +++++- bfd/elfcode.h | 8 +-- bfd/elflink.c | 12 +---- bfd/version.h | 2 +- gas/ChangeLog | 5 ++ gas/dwarf2dbg.c | 20 +++---- gdb/ChangeLog | 11 ++++ gdb/dwarf2/read.c | 4 +- gdb/i386-tdep.c | 4 +- gdb/testsuite/ChangeLog | 13 +++++ gdb/testsuite/gdb.base/label-without-address.exp | 5 ++ gdb/testsuite/gdb.fortran/complex.exp | 14 +++-- gdb/testsuite/gdb.fortran/pointer-to-pointer.exp | 7 ++- gdb/testsuite/gdb.fortran/vla-ptr-info.exp | 4 +- gdb/testsuite/lib/fortran.exp | 28 ++++++++++ ld/ChangeLog | 32 +++++++++++ ld/testsuite/config/default.exp | 10 ++-- ld/testsuite/ld-elf/dwarf.exp | 2 +- ld/testsuite/ld-elf/indirect.exp | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 2 +- ld/testsuite/ld-elf/shared.exp | 68 ++++++++++++------------ ld/testsuite/ld-elf/tls.exp | 2 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 6 +-- ld/testsuite/ld-elfvers/vers.exp | 8 +-- ld/testsuite/ld-elfvsb/elfvsb.exp | 20 +++---- ld/testsuite/ld-elfweak/elfweak.exp | 12 ++--- ld/testsuite/ld-gc/gc.exp | 2 +- ld/testsuite/ld-plugin/lto.exp | 48 +++++------------ ld/testsuite/ld-plugin/plugin.exp | 2 +- ld/testsuite/ld-plugin/pr15146.d | 4 -- ld/testsuite/ld-plugin/pr15146a.c | 13 ----- ld/testsuite/ld-plugin/pr15146b.c | 1 - ld/testsuite/ld-plugin/pr15146c.c | 0 ld/testsuite/ld-plugin/pr15146d.c | 7 --- ld/testsuite/ld-scripts/crossref.exp | 8 +-- ld/testsuite/ld-selective/selective.exp | 4 +- ld/testsuite/ld-shared/shared.exp | 2 +- ld/testsuite/ld-size/size.exp | 8 +-- ld/testsuite/ld-srec/srec.exp | 6 +-- ld/testsuite/ld-x86-64/x86-64.exp | 4 +- sim/ChangeLog | 15 ++++++ sim/bpf/bpf-helpers.h | 2 +- sim/bpf/bpf.c | 1 + sim/bpf/configure | 65 +++++++++++++++++++++- sim/bpf/configure.ac | 1 + sim/bpf/sim-if.c | 2 + sim/bpf/traps.c | 2 + sim/configure | 8 +-- sim/configure.ac | 8 +-- 50 files changed, 364 insertions(+), 188 deletions(-) delete mode 100644 ld/testsuite/ld-plugin/pr15146.d delete mode 100644 ld/testsuite/ld-plugin/pr15146a.c delete mode 100644 ld/testsuite/ld-plugin/pr15146b.c delete mode 100644 ld/testsuite/ld-plugin/pr15146c.c delete mode 100644 ld/testsuite/ld-plugin/pr15146d.c