This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from a088215ae3 Enable macro test for clang compiler adds fba7f7533c pr27590 testcase fixes adds 826b97d42d gas/app.c don't throw away spaces before slash adds 7b9f985957 elf: Rename EM_INTEL205 to EM_INTELGT adds 219f56b484 Fix any_thread_of_inferior adds e0d6d27406 Fix potential hang during gdbserver testing adds 5cde809b7b Add DWARF 5 support in gold. adds 4ee6049505 Fix gold to use mallinfo2 if available instead of deprecated [...] adds 9331846e44 Regenerate config.in, missing from previous commit. adds cc1849716f Fix typo in previous patch: should use struct mallinfo2. adds 07b1c3dbd9 Fix call to system fallocate to handle errno correctly. adds 6536577167 Automatic date update in version.in adds 15407e7e0d DWARF LTO debug sections vs. .stabstr adds 1de96e5de9 x86-64: Add a testcase for PR ld/27590 adds b218a83935 Fix failing test for PR 23870. adds 35891b4775 Use stdout when printing object file names for -t option. adds 18038e6363 Move some DWARF code out of symfile.h adds 701823751b Introduce dwarf2/public.h adds a8ad4f3c17 Change objfile_has_partial_symbols to a method adds fae2120ba0 Change objfile::has_partial_symbols to return bool adds 4d080b4687 Introduce method wrappers for quick_symbol_functions adds 9b99dcc8db Move quick_symbol_functions to a new header adds 5c3f1e5bfc Move sym_fns::qf to objfile adds 39298a5d97 Convert quick_symbol_functions to use methods adds 75336a5a2a Move psymbol_map out of objfile adds 7e9c0476a7 Change how some psymbol readers access the psymtab storage adds 484b109063 Do not pass objfile to psymtab_discarder adds 51962708bd Set per_bfd->partial_symtabs earlier adds efd7398ee2 Change how DWARF indices use addrmap adds 4829711b6b Move psymtab statistics printing to psymtab.c adds 79cc99f69b Change how DWARF index writer finds address map adds 8468590493 Reference psymtabs via per_bfd in DWARF reader adds 17d66340eb Attach partial symtab storage to psymbol_functions adds b29b98cf84 Rearrange psymtab_storage construction adds eb00e4686d Remove sym_fns::sym_read_psymbols adds d1eef86d12 Introduce objfile::require_partial_symbols adds 7b249e470a Add partial_symtabs parameter to psymtab construction functions adds 3aa31ce788 Remove last objfile partial_symtab references from psymtab.c adds caf8c1e507 Change count_psyms to be a method on psymbol_functions adds de909f0b76 Remove objfile::psymtabs adds e11145903f Switch objfile to hold a list of psymbol readers adds eb36a3eb2f Allow multiple partial symbol readers per objfile adds 38e41a8845 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 8 +- bfd/elf.c | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/readelf.c | 1 + elfcpp/ChangeLog | 10 + elfcpp/dwarf.h | 89 ++-- gas/ChangeLog | 4 + gas/app.c | 1 - gdb/ChangeLog | 451 +++++++++++++++++++ gdb/ada-lang.c | 13 +- gdb/coffread.c | 5 +- gdb/cp-support.c | 5 +- gdb/ctfread.c | 30 +- gdb/dbxread.c | 78 ++-- gdb/dwarf2/frame.c | 1 + gdb/dwarf2/index-write.c | 21 +- gdb/dwarf2/index-write.h | 2 +- gdb/dwarf2/public.h | 51 +++ gdb/dwarf2/read.c | 422 +++++++++++------- gdb/dwarf2/read.h | 20 +- gdb/elfread.c | 108 ++--- gdb/linespec.c | 8 +- gdb/machoread.c | 3 +- gdb/maint.c | 1 - gdb/mdebugread.c | 82 ++-- gdb/mipsread.c | 2 - gdb/objfiles.c | 30 +- gdb/objfiles.h | 109 +++-- gdb/psympriv.h | 178 +++++++- gdb/psymtab.c | 736 +++++++++++++++++--------------- gdb/psymtab.h | 14 - gdb/quick-symbol.h | 258 +++++++++++ gdb/source.c | 6 +- gdb/stabsread.h | 3 +- gdb/symfile-debug.c | 484 +++++++++++---------- gdb/symfile.c | 30 +- gdb/symfile.h | 254 +---------- gdb/symmisc.c | 81 +--- gdb/symtab.c | 106 ++--- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.base/maint.exp | 2 +- gdb/testsuite/lib/gdbserver-support.exp | 7 +- gdb/thread.c | 4 +- gdb/xcoffread.c | 66 +-- gold/ChangeLog | 86 ++++ gold/config.in | 3 + gold/configure | 2 +- gold/configure.ac | 2 +- gold/dwarf_reader.cc | 591 +++++++++++++++++++++---- gold/dwarf_reader.h | 103 ++++- gold/errors.cc | 20 + gold/errors.h | 4 + gold/gold.h | 4 + gold/main.cc | 9 +- gold/object.cc | 2 +- gold/output.cc | 6 +- gold/testsuite/aarch64_pr23870_bar.c | 6 +- gold/testsuite/aarch64_pr23870_foo.c | 6 +- include/ChangeLog | 5 + include/elf/common.h | 2 +- ld/ChangeLog | 21 + ld/ldlang.c | 5 +- ld/testsuite/ld-elf/pr27590a.d | 6 +- ld/testsuite/ld-elf/pr27590b.d | 6 +- ld/testsuite/ld-x86-64/pr27590.rd | 11 + ld/testsuite/ld-x86-64/pr27590a.obj.bz2 | Bin 0 -> 1202 bytes ld/testsuite/ld-x86-64/pr27590b.obj.bz2 | Bin 0 -> 1202 bytes ld/testsuite/ld-x86-64/x86-64.exp | 5 + 69 files changed, 3099 insertions(+), 1610 deletions(-) create mode 100644 gdb/dwarf2/public.h create mode 100644 gdb/quick-symbol.h create mode 100644 ld/testsuite/ld-x86-64/pr27590.rd create mode 100644 ld/testsuite/ld-x86-64/pr27590a.obj.bz2 create mode 100644 ld/testsuite/ld-x86-64/pr27590b.obj.bz2