This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/binutils-gdb.
from b408d7e199 Automatic date update in version.in adds 7379729c7d RISC-V: Reorganize testcases for CFI directives adds f4ce10b14f RISC-V: Add Privileged Architecture 1.12 CSRs adds 9cbed90ee6 RISC-V: Updated CSRs to privileged spec v1.12 and debug spec v1.0. adds cebc89b932 binutils 2.38 vs. ppc32 linux kernel adds df0a549ebd RISC-V: PR28733, add missing extension info to 'invalid CSR' error adds e4028336b1 RISC-V: PR28733, add missing extension info to 'unrecognized [...] adds 29ef4c0699 gdb/linux-tdep.c: Add Perms to the 'info proc mappings' output adds ac03c8d8fd Fix bug in C++ overload resolution adds 7190ae0d39 Automatic date update in version.in adds 1165955276 gdb/linux-tdep: make read_mapping return a structure adds 0b313e95a7 gdb/linux-tdep: move "Perms" column right adds 7ff917016a gdb/darwin: skip over WIFSTOPPED wait4 status adds dd1ae8eaa3 gdb: use a range based for loop when iterating over an array adds 7124770976 Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target [...] adds 4c937052c1 Fix crash in Fortran code adds 685c6a8637 Automatic date update in version.in adds 2f2c677e67 Move find_toplevel_char to cp-support.[ch] adds b05752c223 Unit tests for strncmp_iw_with_mode adds 64a9760601 Support template lookups in strncmp_iw_with_mode adds 9a9dfb6880 RISC-V: Fix mask for some fcvt instructions adds 0f94906fba RISC-V: Remove a loop in the ISA parser adds 13cd9508af gdb/testsuite: fix list.exp test cases adds e8b4efc3cf Print MI prompt on interrupted command adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string adds 18694ad5bd gdb-add-index: disable debuginfod adds cc1cf2a604 Automatic date update in version.in adds a63e5a3dcc Handle recursive internal problem in gdb_internal_error_resync adds b275570803 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elfxx-riscv.c | 105 +++- bfd/elfxx-riscv.h | 3 + bfd/version.h | 2 +- gas/config/tc-ppc.c | 25 +- gas/config/tc-riscv.c | 97 ++- gas/testsuite/gas/riscv/c-fld-fsd-fail.l | 4 +- gas/testsuite/gas/riscv/csr-dw-regnums.d | 142 ++++- gas/testsuite/gas/riscv/csr-dw-regnums.s | 157 ++++- gas/testsuite/gas/riscv/csr-version-1p10.d | 192 +++++- gas/testsuite/gas/riscv/csr-version-1p10.l | 471 ++++++++++----- gas/testsuite/gas/riscv/csr-version-1p11.d | 192 +++++- gas/testsuite/gas/riscv/csr-version-1p11.l | 471 ++++++++++----- gas/testsuite/gas/riscv/csr-version-1p12.d | 196 ++++++- gas/testsuite/gas/riscv/csr-version-1p12.l | 351 ++++++----- gas/testsuite/gas/riscv/csr-version-1p9p1.d | 192 +++++- gas/testsuite/gas/riscv/csr-version-1p9p1.l | 475 ++++++++++----- gas/testsuite/gas/riscv/csr.s | 136 +++-- gas/testsuite/gas/riscv/march-imply-i2p1-01.l | 40 +- gdb/Makefile.in | 1 + gdb/NEWS | 14 + gdb/contrib/gdb-add-index.sh | 1 + gdb/cp-support.c | 82 ++- gdb/cp-support.h | 7 + gdb/darwin-nat.c | 31 +- gdb/doc/gdb.texinfo | 15 + gdb/f-valprint.c | 4 +- gdb/gdbtypes.c | 43 +- gdb/infrun.c | 2 +- gdb/linespec.c | 77 --- gdb/linespec.h | 7 - gdb/linux-tdep.c | 127 ++-- gdb/mi/mi-interp.c | 11 + gdb/python/py-type.c | 8 +- gdb/symfile.c | 6 +- gdb/testsuite/gdb.base/list.exp | 81 +-- gdb/testsuite/gdb.cp/overload.cc | 10 + gdb/testsuite/gdb.cp/overload.exp | 3 + gdb/testsuite/gdb.cp/templates.cc | 47 ++ gdb/testsuite/gdb.cp/templates.exp | 67 +++ .../{calling-convention.c => fortran-var-string.c} | 18 +- gdb/testsuite/gdb.dwarf2/fortran-var-string.exp | 175 ++++++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 437 +++++++++++++- gdb/testsuite/gdb.linespec/cpls-ops.exp | 53 +- gdb/testsuite/gdb.linespec/cpls.cc | 110 +++- gdb/testsuite/lib/gdb.exp | 4 + gdb/unittests/unique_xmalloc_ptr_char.c | 57 ++ gdb/utils.c | 647 ++++++++++++++++++++- gdb/utils.h | 7 +- gdbsupport/gdb_unique_ptr.h | 19 + include/opcode/riscv-opc.h | 213 ++++++- opcodes/riscv-opc.c | 8 +- 51 files changed, 4472 insertions(+), 1171 deletions(-) copy gdb/testsuite/gdb.dwarf2/{calling-convention.c => fortran-var-string.c} (74%) create mode 100644 gdb/testsuite/gdb.dwarf2/fortran-var-string.exp create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c