This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 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 new 211aafd18d [gdb/symtab] Fix function range handling in psymtabs new 58eaf4e9bd [gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink
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/ChangeLog | 9 ++ bfd/arc-got.h | 94 ++++++++------ gdb/dwarf2/index-write.c | 20 ++- gdb/dwarf2/read.c | 41 ++++-- .../gdb.dwarf2/dw2-ranges-psym-warning-main.c | 28 ++++ 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/testsuite/lib/gdb.exp | 4 +- ld/ChangeLog | 5 + ld/testsuite/ld-arc/got-weak.d | 12 ++ ld/testsuite/ld-arc/got-weak.s | 7 + 12 files changed, 352 insertions(+), 60 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning-main.c 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