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-aarch64-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6f17252b76 Use new and delete for psymtabs adds 6d94535fc6 Change some psymtab fields to bool adds abaa2f2340 Do not allocate psymtabs via psymtab_storage adds 32caafd02b Change allocate_psymtab to be a constructor adds c3693a1d94 Turn start_psymtab_common into a constructor adds 891813beaa Introduce partial_symtab::read_symtab method adds 077cbab270 Consolidate psymtab "Reading" messages adds 8566b89b73 Introduce partial_symtab::expand_psymtab method adds 0494dbecdf Consolidate partial symtab dependency reading adds 128a391fe4 Virtualize "readin" and "compunit_symtab" adds 27ee3a66bf Automatic date update in version.in adds 3024a17ae0 Mark all weak aliases for copy relocations adds 168f8c6ba0 Two minor changes in ctfread.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elflink.c | 18 ++- bfd/version.h | 2 +- gdb/ChangeLog | 168 +++++++++++++++++++++ gdb/ctfread.c | 83 +++++----- gdb/dbxread.c | 124 ++++++--------- gdb/dwarf-index-write.c | 29 ++-- gdb/dwarf2read.c | 143 ++++++------------ gdb/dwarf2read.h | 25 ++- gdb/mdebugread.c | 93 ++++-------- gdb/psympriv.h | 136 +++++++++++++---- gdb/psymtab.c | 133 +++++++++------- gdb/psymtab.h | 7 +- gdb/stabsread.h | 7 +- gdb/xcoffread.c | 101 ++++--------- ld/ChangeLog | 10 ++ ld/testsuite/ld-elf/pr25458.map | 4 + ld/testsuite/ld-elf/pr25458.rd | 10 ++ .../{ld-arm/vxworks2.s => ld-elf/pr25458a.s} | 5 +- ld/testsuite/ld-elf/pr25458b.s | 11 ++ ld/testsuite/ld-elf/shared.exp | 32 ++++ 21 files changed, 684 insertions(+), 463 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr25458.map create mode 100644 ld/testsuite/ld-elf/pr25458.rd copy ld/testsuite/{ld-arm/vxworks2.s => ld-elf/pr25458a.s} (51%) create mode 100644 ld/testsuite/ld-elf/pr25458b.s