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 4ebf566ea5 Automatic date update in version.in adds 7bba67ec7c PR27283 gas for alpha fails to build with gcc 11 adds 49daa38f31 Re: ld: Add a test for PR ld/27259 adds a5f92c6756 ldgram.y low_level_library_NAME_list adds 82a1fd3a49 gdb: unify parts of the Linux and FreeBSD core dumping code adds 40726f16a8 ld script expression parsing adds fb6c220ebd ld --defsym adds 72a51a0603 Small updates to the 'how to make a release' document follow [...] adds 34c10233cd Wrong operand for SADDR (rl78) adds c39c86378f [gdb/testsuite] Fix gdb.dwarf2/fission-reread.exp with .gdb_index adds 1f568f9a0d Add Genode target support adds 82e3e87da4 Automatic date update in version.in adds 2bd3e4b8d2 [gdb/symtab] Fix assert in write_one_signatured_type adds 9918bff7cf PR27311, ld.bfd (symbol from plugin): undefined reference adds 5424d7ed94 readelf: Add 'R' and 'D' to "Key to Flags:" adds a0c1eeba9b gdb/dwarf: change read_loclist_index complaints into errors adds 5e4d9bbc4b gdb/dwarf: fix bound check in read_rnglist_index adds 05787bad36 gdb/dwarf: add missing bound check to read_loclist_index adds 0c800c6ebc gdb/dwarf: remove unnecessary check in read_{rng,loc}list_index adds b1829e1bf2 gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listx adds a1c4010369 gdb/dwarf: read correct rnglist/loclist header in read_{rng, [...] adds 962effa790 gdb/testsuite: add .debug_rnglists tests adds 6b0933da34 gdb/testsuite: DWARF assembler: add context parameters to _location adds ecfda20dcc gdb/testsuite: add .debug_loclists tests adds 2b0c7f41d1 gdb/dwarf: split dwarf2_cu::ranges_base in two adds e57933dc9c gdb/dwarf: make read_{loc,rng}list_index return sect_offset adds 9307efbe9e gdb/testsuite: add test for .debug_{rng,loc}lists section wi [...] adds e0bd9202fb gdb/testsuite: use proc_with_prefix in gdb.base/scope.exp adds 2e3773ff54 Inferior without argument prints detail of current inferior. adds 0e33957abf Automatic date update in version.in adds 2ab76a181f Fix attaching in non-stop mode (PR gdb/27055) adds 621cc31071 Fix "target extended-remote" + "maint set target-non-stop" + [...] adds 92234eb192 Testcase for attaching in non-stop mode adds b0083dd72f Fix a couple vStopped pending ack bugs adds 7e9cf1fe36 gdbserver: spurious SIGTRAP w/ detach while step-over in progress adds d758e62c0e Factor out after-stop event handling code from stop_all_threads adds 9147506842 prepare_for_detach: don't release scoped_restore at the end adds 8ff531399b prepare_for_detach and ongoing displaced stepping adds e87f0fe823 detach and breakpoint removal adds ac7d717c1e detach with in-line step over in progress adds 408f66864a detach in all-stop with threads running adds a71501e25f Testcase for detaching while stepping over breakpoint adds 6955136728 PR27311 again, ld.bfd (symbol from plugin): undefined reference adds 95b91a043a pr27270 and pr27284, ar segfaults and wrong file mode
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 26 + bfd/config.bfd | 6 +- bfd/elf32-rl78.c | 2 +- bfd/elflink.c | 23 +- bfd/version.h | 2 +- binutils/ChangeLog | 28 + binutils/README-how-to-make-a-release | 40 +- binutils/ar.c | 13 +- binutils/arsup.c | 46 +- binutils/objcopy.c | 3 +- binutils/readelf.c | 12 + binutils/testsuite/binutils-all/retain1a.d | 2 + gas/ChangeLog | 9 + gas/config/tc-alpha.c | 2 +- gas/configure.tgt | 4 +- gdb/ChangeLog | 167 ++++++ gdb/NEWS | 6 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 16 + gdb/dwarf2/attribute.c | 5 +- gdb/dwarf2/attribute.h | 1 + gdb/dwarf2/die.h | 36 +- gdb/dwarf2/index-write.c | 8 + gdb/dwarf2/read.c | 257 +++++---- gdb/fbsd-tdep.c | 135 +---- gdb/gcore.c | 136 +++++ gdb/gcore.h | 20 + gdb/infcmd.c | 13 + gdb/inferior.c | 58 +- gdb/infrun.c | 635 ++++++++++++--------- gdb/infrun.h | 4 + gdb/linux-nat.c | 5 + gdb/linux-tdep.c | 141 +---- gdb/remote.c | 39 +- gdb/target.c | 9 - gdb/target.h | 7 + gdb/testsuite/ChangeLog | 78 +++ .../gdb.base/inferior-noarg.c} | 23 +- gdb/testsuite/gdb.base/inferior-noarg.exp | 36 ++ gdb/testsuite/gdb.base/scope.exp | 10 +- gdb/testsuite/gdb.dwarf2/fission-base.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-base.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S | 4 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp | 13 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.S | 6 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-reread.S | 7 +- gdb/testsuite/gdb.dwarf2/fission-reread.exp | 36 +- .../gdb.dwarf2/loclists-multiple-cus.c} | 36 +- gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 146 +++++ .../gdb.dwarf2/loclists-sec-offset.c} | 62 +- gdb/testsuite/gdb.dwarf2/loclists-sec-offset.exp | 261 +++++++++ gdb/testsuite/gdb.dwarf2/rnglists-multiple-cus.exp | 102 ++++ gdb/testsuite/gdb.dwarf2/rnglists-sec-offset.exp | 143 +++++ gdb/testsuite/gdb.threads/attach-non-stop.c | 58 ++ gdb/testsuite/gdb.threads/attach-non-stop.exp | 148 +++++ gdb/testsuite/gdb.threads/detach-step-over.c | 112 ++++ gdb/testsuite/gdb.threads/detach-step-over.exp | 290 ++++++++++ gdb/testsuite/lib/dwarf.exp | 451 ++++++++++++++- gdbserver/ChangeLog | 10 + gdbserver/linux-low.cc | 29 +- gdbserver/server.cc | 9 + ld/ChangeLog | 41 ++ ld/configure.tgt | 8 +- ld/ldgram.y | 25 +- ld/ldlex.h | 2 +- ld/ldlex.l | 31 +- ld/testsuite/ld-elf/pr27259.d | 2 +- ld/testsuite/ld-ifunc/ifunc.exp | 4 +- ld/testsuite/ld-plugin/lto.exp | 22 +- ld/testsuite/ld-plugin/pr27311.d | 4 + ld/testsuite/ld-plugin/pr27311.ver | 3 + ld/testsuite/ld-plugin/pr27311a.c | 1 + ld/testsuite/ld-plugin/pr27311b.c | 1 + ld/testsuite/ld-plugin/pr27311c.c | 5 + 77 files changed, 3291 insertions(+), 901 deletions(-) copy gdb/{gcore.h => testsuite/gdb.base/inferior-noarg.c} (59%) create mode 100644 gdb/testsuite/gdb.base/inferior-noarg.exp copy gdb/{gcore.h => testsuite/gdb.dwarf2/loclists-multiple-cus.c} (62%) create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp copy gdb/{gcore.h => testsuite/gdb.dwarf2/loclists-sec-offset.c} (50%) create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-sec-offset.exp create mode 100644 gdb/testsuite/gdb.dwarf2/rnglists-multiple-cus.exp create mode 100644 gdb/testsuite/gdb.dwarf2/rnglists-sec-offset.exp create mode 100644 gdb/testsuite/gdb.threads/attach-non-stop.c create mode 100644 gdb/testsuite/gdb.threads/attach-non-stop.exp create mode 100644 gdb/testsuite/gdb.threads/detach-step-over.c create mode 100644 gdb/testsuite/gdb.threads/detach-step-over.exp create mode 100644 ld/testsuite/ld-plugin/pr27311.d create mode 100644 ld/testsuite/ld-plugin/pr27311.ver create mode 100644 ld/testsuite/ld-plugin/pr27311a.c create mode 100644 ld/testsuite/ld-plugin/pr27311b.c create mode 100644 ld/testsuite/ld-plugin/pr27311c.c