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-allnoconfig in repository toolchain/ci/binutils-gdb.
from dc746ef741 Automatic date update in version.in adds 0ffd31f044 gdb: manual: fix werrors typo adds 169a287181 [gdb/testsuite] Fix interrupted sleep in multi-threaded test-cases adds 648d5dc4e6 Automatic date update in version.in adds c9f2799101 RISC-V: Merged extension string tables and their version tab [...] adds 6bc2c6ee80 Fix segfault when running ia16-elf-gdb adds 912697efc1 [GOLD] Got_offset_list: addend field adds 973b2b402e [GOLD] Remove addend from Local_got_entry_key adds 54721a930e [GOLD] Output_data_got tidy adds 2cc9ed14fa [GOLD] Output_data_got create entry method addends adds e4d49a0f90 [GOLD] Got_entry::write addends adds 5cdb4f1442 [GOLD] PowerPC64 support for sym+addend GOT entries adds 51298b3303 PR28149, debug info with wrong file association adds ef9768e37e PR28149 part 2, purge generated line info adds 10c21d953d Automatic date update in version.in adds 2c71f639a0 [gdb/ada] Handle artificial local symbols adds acedf59370 [gdb/testsuite] Fix gdb.server/server-kill.exp with -m32 adds 3733650765 Automatic date update in version.in adds ffb3f58793 CTF: multi-CU and archive support adds 034ce7b42a gdb: manual: update @inforef to @xref adds e4675a5810 elf: Don't set version info on unversioned symbols adds 1e071750a2 Automatic date update in version.in new 8ac439689f Move eelf_mipsel_haiki.c to ALL_64_EMULATION_SOURCES new 5b4846283c Re: PR28149, debug info with wrong file association
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/elflink.c | 3 +- bfd/elfnn-riscv.c | 7 +- bfd/elfxx-riscv.c | 350 +++++++++++++-------- bfd/elfxx-riscv.h | 8 +- bfd/version.h | 2 +- gas/config/tc-riscv.c | 126 +------- gas/dwarf2dbg.c | 192 +++++++---- gas/dwarf2dbg.h | 7 +- gas/testsuite/gas/i386/dwarf2-line-3.s | 1 + gas/testsuite/gas/i386/dwarf2-line-4.d | 11 +- gas/testsuite/gas/i386/dwarf2-line-4.s | 1 + gas/testsuite/gas/i386/dwarf4-line-1.d | 15 +- gas/testsuite/gas/i386/dwarf5-line-1.d | 11 +- gas/testsuite/gas/i386/dwarf5-line-2.d | 11 +- gdb/ada-lang.c | 17 + gdb/configure.tgt | 5 + gdb/ctfread.c | 336 +++++++++++--------- gdb/doc/gdb.texinfo | 6 +- gdb/dwarf2/read.c | 5 + gdb/language.h | 8 + gdb/stack.c | 2 + gdb/symtab.h | 7 +- gdb/testsuite/gdb.ada/interface.exp | 7 + gdb/testsuite/gdb.base/ctf-constvars.exp | 4 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 4 +- gdb/testsuite/gdb.base/watch_thread_num.c | 7 +- gdb/testsuite/gdb.btrace/enable-running.c | 4 +- gdb/testsuite/gdb.ctf/cross-tu-cyclic-1.c | 18 ++ .../testsuite/gdb.ctf}/cross-tu-cyclic-2.c | 0 .../testsuite/gdb.ctf}/cross-tu-cyclic-3.c | 0 .../testsuite/gdb.ctf}/cross-tu-cyclic-4.c | 0 gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp | 43 +++ .../enable-running.c => gdb.ctf/ctf-a.c} | 38 +-- .../enable-running.c => gdb.ctf/ctf-a.h} | 38 +-- .../enable-running.c => gdb.ctf/ctf-b.c} | 35 +-- .../enable-running.c => gdb.ctf/ctf-b.h} | 38 +-- .../enable-running.c => gdb.ctf/ctf-c.c} | 35 +-- .../enable-running.c => gdb.ctf/ctf-c.h} | 39 +-- gdb/testsuite/gdb.ctf/funcreturn.exp | 4 +- gdb/testsuite/gdb.ctf/multi.exp | 42 +++ gdb/testsuite/gdb.server/server-kill.exp | 10 +- .../gdb.threads/continue-pending-status.c | 6 +- gdb/testsuite/lib/gdb.exp | 4 +- gold/incremental.cc | 10 +- gold/object.cc | 2 +- gold/object.h | 89 +++--- gold/output.cc | 155 ++++----- gold/output.h | 107 +++---- gold/powerpc.cc | 169 +++++----- gold/s390.cc | 12 +- gold/symtab.h | 13 +- gold/target.h | 15 +- ld/Makefile.am | 125 ++++---- ld/Makefile.in | 125 ++++---- ld/testsuite/ld-elf/pr28348.rd | 8 + ld/testsuite/ld-elf/pr28348.t | 6 + ld/testsuite/ld-elf/pr28348a.c | 5 + ld/testsuite/ld-elf/pr28348b.c | 5 + ld/testsuite/ld-elf/{needed3.c => pr28348c.c} | 0 ld/testsuite/ld-elf/shared.exp | 39 +++ 60 files changed, 1238 insertions(+), 1154 deletions(-) create mode 100644 gdb/testsuite/gdb.ctf/cross-tu-cyclic-1.c copy {ld/testsuite/ld-ctf => gdb/testsuite/gdb.ctf}/cross-tu-cyclic-2.c (100%) copy {ld/testsuite/ld-ctf => gdb/testsuite/gdb.ctf}/cross-tu-cyclic-3.c (100%) copy {ld/testsuite/ld-ctf => gdb/testsuite/gdb.ctf}/cross-tu-cyclic-4.c (100%) create mode 100644 gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-a.c} (53%) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-a.h} (52%) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-b.c} (52%) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-b.h} (52%) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-c.c} (52%) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.ctf/ctf-c.h} (52%) create mode 100644 gdb/testsuite/gdb.ctf/multi.exp create mode 100644 ld/testsuite/ld-elf/pr28348.rd create mode 100644 ld/testsuite/ld-elf/pr28348.t create mode 100644 ld/testsuite/ld-elf/pr28348a.c create mode 100644 ld/testsuite/ld-elf/pr28348b.c copy ld/testsuite/ld-elf/{needed3.c => pr28348c.c} (100%)