This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 902ad3d703 Automatic date update in version.in adds 88b3223704 Automatic date update in version.in adds b6fca8a3d5 bfd: Remove use of void pointer arithmetic adds 4f69f0a21e [gdb/testsuite] Add proc require in lib/gdb.exp adds 47265957ad [gdb/testsuite] Fix gdb.dwarf2/gdb-add-index-symlink.exp adds dbfc69bef9 [gdb/testsuite] Handle readnow in ensure_gdb_index adds 19abf6c542 [gdb/testsuite] Use require for ensure_gdb_index adds c2c8a42788 [gdb/testsuite] Fix double debug info in gdb.dwarf2/dw2-ref- [...] adds ba7c18a484 s12z/disassembler: call memory_error_func when appropriate adds 3a480f1e35 z80/disassembler: call memory_error_func when appropriate adds c8ed8c8ac3 [gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.exp adds 4d224f4a58 [ARM] Refactor some constants adds dc22c61a16 [ARM] Small refactoring of arm gdbarch initialization adds ecbf5d4f9b [ARM] Refactor pseudo register numbering adds ae66a8f19e [ARM] Add support for M-profile MVE extension adds 255a531196 Automatic date update in version.in adds 777b054cf9 Automatic date update in version.in adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...] adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...] adds 76b43c9b5c gdb: improve error reporting from the disassembler adds 1284c2264c PPC fix for stfiwx instruction (and additional stores with p [...] adds 9cd609f864 [gdb/exp] Improve <error reading variable> message adds cdb6026064 Automatic date update in version.in adds cbb35b4ac6 Re: s12z/disassembler: call memory_error_func when appropriate adds a19da04b3c [GOLD] PowerPC64: Don't pretend to support multi-toc adds f19c3684a6 [GOLD] Two GOT sections for PowerPC64 adds a1251fdcb5 [GOLD] Re: PowerPC64: Don't pretend to support multi-toc adds 047ab79212 [gdb/testsuite] Add .debug_loc support in dwarf assembler adds 38c9036246 Powerpc: Add support for openat and fstatat syscalls adds f9ebf60b6f Automatic date update in version.in adds 8457023a80 Automatic date update in version.in adds 0a9ea024e7 ld: Adjust pr28158.rd for glibc 2.34 adds 31629daee5 Automatic date update in version.in adds e7f024765a PR28459, readelf issues bogus warning adds 19b9612448 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/peicode.h | 2 +- bfd/version.h | 2 +- binutils/dwarf.c | 1 - gas/testsuite/gas/s12z/truncated.d | 3 +- gdb/NEWS | 4 + gdb/arch/arm.c | 7 + gdb/arch/arm.h | 17 +- gdb/arm-tdep.c | 293 ++++++++++-- gdb/arm-tdep.h | 20 +- gdb/disasm.c | 14 +- gdb/disasm.h | 7 +- gdb/doc/gdb.texinfo | 11 + gdb/features/Makefile | 1 + gdb/features/arm/arm-m-profile-mve.c | 20 + gdb/features/arm/arm-m-profile-mve.xml | 19 + gdb/ppc-linux-tdep.c | 13 +- gdb/rs6000-tdep.c | 8 +- gdb/testsuite/boards/gdbserver-base.exp | 2 +- gdb/testsuite/gdb.arch/i386-mpx.exp | 2 - gdb/testsuite/gdb.base/valgrind-bt.exp | 7 +- gdb/testsuite/gdb.base/valgrind-disp-step.exp | 7 +- gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 7 +- gdb/testsuite/gdb.base/valgrind-infcall.exp | 7 +- gdb/testsuite/gdb.base/with-mf.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 8 +- .../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 + gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp | 11 + gdb/testsuite/gdb.dwarf2/gdb-add-index.exp | 4 +- .../gdb.dwarf2/imported-unit-runto-main.exp | 4 +- .../{loclists-multiple-cus.c => loc-sec-offset.c} | 0 gdb/testsuite/gdb.dwarf2/loc-sec-offset.exp | 121 +++++ gdb/testsuite/gdb.fortran/allocated.exp | 6 + .../array-no-bounds.exp} | 41 +- gdb/testsuite/gdb.fortran/array-no-bounds.f90 | 30 ++ gdb/testsuite/gdb.fortran/array-slices-bad.exp | 6 + .../gdb.fortran/array-slices-sub-slices.exp | 6 + gdb/testsuite/gdb.fortran/array-slices.exp | 6 + gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 +- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 5 + gdb/testsuite/gdb.fortran/subarray.exp | 6 + gdb/testsuite/gdb.mi/mi-async.exp | 3 + gdb/testsuite/gdb.mi/mi-var-child-f.exp | 6 + gdb/testsuite/gdb.python/python.exp | 30 +- gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 + gdb/testsuite/gdb.rust/dwindex.exp | 4 +- gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 + gdb/testsuite/lib/dwarf.exp | 99 ++++ gdb/testsuite/lib/gdb.exp | 46 ++ gdb/valprint.c | 2 +- gold/output.cc | 7 +- gold/output.h | 3 +- gold/powerpc.cc | 499 ++++++++++++--------- gold/s390.cc | 7 +- gold/target.h | 15 +- ld/testsuite/ld-elf/pr28158.rd | 2 +- opcodes/s12z-dis.c | 3 + opcodes/z80-dis.c | 2 + 57 files changed, 1095 insertions(+), 378 deletions(-) create mode 100644 gdb/features/arm/arm-m-profile-mve.c create mode 100644 gdb/features/arm/arm-m-profile-mve.xml copy gdb/testsuite/gdb.dwarf2/{loclists-multiple-cus.c => loc-sec-offset.c} (100%) create mode 100644 gdb/testsuite/gdb.dwarf2/loc-sec-offset.exp copy gdb/testsuite/{gdb.dwarf2/gdb-add-index-symlink.exp => gdb.fortran/array-no-b [...] create mode 100644 gdb/testsuite/gdb.fortran/array-no-bounds.f90