This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from f050cfdd82 sim: bfin: add support for SDL2 adds 09a7e91293 arc: Fix potential invalid pointer access when fixing got symbols. adds 3859e65e23 [gdb/testsuite] Generate .debug_aranges in gdb.dwarf2/locexp [...] adds 2762d28853 [gdb/symtab] Fix CU list in .debug_names for dummy CUs adds 211aafd18d [gdb/symtab] Fix function range handling in psymtabs adds 58eaf4e9bd [gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink adds ff03a88e30 Automatic date update in version.in adds 0a8d812b42 PR28328, dlltool ice adds 7b7c365c5c [bfd] Ensure unique printable names for bfd archs adds 3d53d4603e [gdb/doc] Fix typo in maint selftest entry adds b4745472b6 bfd: fix incorrect type used in sizeof adds 720f6ee095 arc: Fix got-weak linker test adds f677852bbd [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-abs-hi-pc.exp adds 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 new 2c71f639a0 [gdb/ada] Handle artificial local symbols
The 1 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/ChangeLog | 14 + bfd/arc-got.h | 94 +++--- bfd/archive.c | 2 +- bfd/archures.c | 2 +- bfd/cpu-ft32.c | 1 - bfd/cpu-nds32.c | 2 +- bfd/cpu-rx.c | 5 +- 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 | 182 +++++++---- 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/doc/gdb.texinfo | 4 +- gdb/dwarf2/index-write.c | 20 +- gdb/dwarf2/read.c | 46 ++- gdb/language.h | 8 + gdb/stack.c | 2 + gdb/symtab.h | 7 +- gdb/testsuite/gdb.ada/interface.exp | 7 + gdb/testsuite/gdb.base/watch_thread_num.c | 7 +- gdb/testsuite/gdb.btrace/enable-running.c | 4 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S | 12 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello.c | 3 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S | 12 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-world.c | 3 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 29 +- ...i-pc-world.c => dw2-ranges-psym-warning-main.c} | 20 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c | 44 +++ .../gdb.dwarf2/dw2-ranges-psym-warning.exp | 141 +++++++++ .../gdb.dwarf2/locexpr-data-member-location.exp | 7 +- .../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/ChangeLog | 9 + ld/testsuite/ld-arc/got-weak.d | 12 + ld/testsuite/ld-arc/got-weak.s | 7 + 54 files changed, 1071 insertions(+), 789 deletions(-) copy gdb/testsuite/gdb.dwarf2/{dw2-abs-hi-pc-world.c => dw2-ranges-psym-warning-ma [...] create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp create mode 100644 ld/testsuite/ld-arc/got-weak.d create mode 100644 ld/testsuite/ld-arc/got-weak.s