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-arm-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 0161bdd47c PR28415, invalid read in xtensa_read_table_entries adds f9edf60830 [gdb/testsuite] Fix fortran module tests with stressed cpu adds fa9ce2c143 [gdb/testsuite] Add check-readmore adds 84a6adfd4c [gdb] Make execute_command_to_string return string on throw adds 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
No new revisions were added by this update.
Summary of changes: bfd/peicode.h | 2 +- bfd/version.h | 2 +- gdb/Makefile.in | 4 +- gdb/NEWS | 4 + gdb/arch/arm.c | 7 + gdb/arch/arm.h | 17 +- gdb/arm-tdep.c | 293 +++++++++++++++++---- gdb/arm-tdep.h | 20 +- gdb/complaints.c | 4 +- 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/gdbcmd.h | 12 +- gdb/guile/guile.c | 2 +- gdb/python/python.c | 6 +- gdb/stack.c | 4 +- gdb/testsuite/Makefile.in | 43 ++- gdb/testsuite/README | 2 +- gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.c | 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/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 +- gdb/testsuite/gdb.fortran/allocated.exp | 6 + 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/info-modules.exp | 6 + gdb/testsuite/gdb.fortran/lbound-ubound.exp | 5 + gdb/testsuite/gdb.fortran/module.exp | 6 + gdb/testsuite/gdb.fortran/subarray.exp | 6 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 5 + gdb/testsuite/gdb.mi/mi-var-child-f.exp | 6 + gdb/testsuite/gdb.rust/dwindex.exp | 4 +- gdb/testsuite/lib/gdb.exp | 43 +++ gdb/testsuite/lib/read1.c | 136 +++++++++- gdb/thread.c | 5 +- gdb/top.c | 37 ++- opcodes/s12z-dis.c | 3 + opcodes/z80-dis.c | 2 + 46 files changed, 687 insertions(+), 135 deletions(-) create mode 100644 gdb/features/arm/arm-m-profile-mve.c create mode 100644 gdb/features/arm/arm-m-profile-mve.xml