This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_LTO_VECT in repository toolchain/ci/binutils-gdb.
from 93d481d1d8 Automatic date update in version.in adds 5a20fadc84 gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK adds ac11cca5b6 Add a sanity check to the init_nfp6000_mecsr_sec() function [...] adds 1faddd8d18 Fix potential uninitialised variable in microblaze assembler code. adds 1bced5243e Fix potential use on an uninitialised vairable in the MCore [...] adds 804439b4d7 Fix an illegal memory access triggered by disassembling corr [...] adds d9a2066df4 Remove some complaints.h includes adds 69e8e0afee [gdb/testsuite] Handle eof in gdb_internal_error_resync adds d327d1b34f gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-w [...] adds 5e1186b5b3 [gdb/testsuite] Handle internal-error in gdb_run_cmd adds b4d9dd5c35 Automatic date update in version.in adds b54509b844 PR28307, segfault in ppc64_elf_toc64_reloc adds 5d2deb81fa [gdb/testsuite] Handle internal-error in gdb_unload adds 3f1a2892e1 Fix illegal memory access triggered by an attempt to disasse [...] adds 540bf37b25 gdb/python: new function to add values into GDB's history adds 9dc2f26777 Fix an illegal memory access triggered by an atempt to disas [...] adds 611841bb1a gdb: make thread_info::executing private adds 90f4cc60f1 gdb: use bool instead of int in struct internal_problem adds 64dbf74d42 Revert: [AArch64] MTE corefile support adds 747656685b gdb: make use of std::string in utils.c adds 929ee488e9 Remove unused declaration from gdbserver/win32-low.h adds 116282d9d1 Automatic date update in version.in adds 5a0dcf6e0c gdb: sim: consolidate configure settings adds 3f87c57b90 gdb: aarch64: enable sim integration adds 551a11e1fb gdb: cris: enable sim integration adds 99aedb6243 sim: update configure target list adds 42f4615284 [gdb/build] Fix build with undefined CXX_STD_THREAD adds 351031f22a gdb: make thread_suspend_state::stop_pc optional adds beaddc1a80 PowerPC64: Avoid useless work on R_PPC64_TPREL34 adds 733ae98cb8 PowerPC64, sanity check r_offset in relocate_section adds 828a9ed9ca Fix unit test build on Windows adds c54d02bce6 gnulib: import various network functions adds 3660254ee0 Automatic date update in version.in adds 74e43bd231 sim: ppc: drop unnecessary config includes adds d0d2fb0a25 sim: ppc: align format string settings with common code adds c7dee84894 RISC-V: Pretty print values formed with lui and addiw. adds aa0380cc7e sim: microblaze: replace custom basic types with common ones
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 + bfd/elf.c | 19 - bfd/elf32-ppc.c | 4 + bfd/elf32-score7.c | 4 +- bfd/elf32-xtensa.c | 2 + bfd/elf64-ppc.c | 200 +- bfd/elfxx-riscv.c | 7 + bfd/version.h | 2 +- bfd/xtensa-isa.c | 1 - binutils/ChangeLog | 8 + binutils/readelf.c | 2 - gas/config/tc-mcore.c | 9 +- gas/config/tc-microblaze.c | 2 +- gas/testsuite/gas/riscv/insn.d | 4 +- gas/testsuite/gas/riscv/li32.d | 6 +- gas/testsuite/gas/riscv/li64.d | 18 +- gas/testsuite/gas/riscv/lla64.d | 6 +- gdb/NEWS | 7 + gdb/breakpoint.c | 4 +- gdb/configure.tgt | 77 +- gdb/doc/python.texi | 14 + gdb/elfread.c | 1 - gdb/frame.c | 2 +- gdb/gdbthread.h | 52 +- gdb/gdbtypes.c | 4 + gdb/ia64-libunwind-tdep.c | 1 - gdb/infcmd.c | 6 +- gdb/inflow.c | 2 +- gdb/infrun.c | 29 +- gdb/linux-nat.c | 2 +- gdb/linux-thread-db.c | 2 +- gdb/maint.c | 23 +- gdb/python/py-value.c | 27 + gdb/python/python-internal.h | 1 + gdb/python/python.c | 2 + gdb/record-btrace.c | 2 +- gdb/target.c | 2 +- ...h-ld.c => riscv64-unwind-prologue-with-ld-lw.c} | 0 .../riscv64-unwind-prologue-with-ld-lw.exp | 2 +- gdb/testsuite/gdb.python/py-value.exp | 26 + gdb/testsuite/lib/gdb.exp | 12 + gdb/thread.c | 37 +- gdb/unittests/parallel-for-selftests.c | 3 +- gdb/utils.c | 83 +- gdb/windows-tdep.c | 1 - gdbserver/win32-low.h | 3 - gnulib/config.in | 18 + gnulib/configure | 3297 +++++++++++--------- gnulib/import/Makefile.am | 60 + gnulib/import/Makefile.in | 86 +- gnulib/import/accept.c | 52 + gnulib/import/bind.c | 49 + gnulib/import/connect.c | 56 + gnulib/import/listen.c | 49 + gnulib/import/m4/gnulib-cache.m4 | 12 + gnulib/import/m4/gnulib-comp.m4 | 51 + gnulib/import/setsockopt.c | 65 + gnulib/import/socket.c | 53 + gnulib/update-gnulib.sh | 6 + include/ChangeLog | 9 + include/elf/common.h | 6 - opcodes/nfp-dis.c | 7 +- opcodes/riscv-dis.c | 23 +- sim/configure | 44 +- sim/configure.ac | 11 +- sim/microblaze/interp.c | 8 +- sim/microblaze/microblaze.h | 19 +- sim/microblaze/microblaze.isa | 20 +- sim/microblaze/sim-main.h | 12 +- sim/ppc/configure | 6 + sim/ppc/configure.ac | 6 + sim/ppc/debug.c | 2 +- sim/ppc/filter_filename.c | 4 - 73 files changed, 2854 insertions(+), 1917 deletions(-) rename gdb/testsuite/gdb.arch/{riscv64-unwind-prologue-with-ld.c => riscv64-unwind [...] create mode 100644 gnulib/import/accept.c create mode 100644 gnulib/import/bind.c create mode 100644 gnulib/import/connect.c create mode 100644 gnulib/import/listen.c create mode 100644 gnulib/import/setsockopt.c create mode 100644 gnulib/import/socket.c