This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from ed939535e2 sim: install various doc files adds fd0ff19bf4 Re: Add multibyte character warning option to the assembler. adds d3ffd7f776 RISC-V: Support new .option arch directive. adds 999a4952a2 gdb: Print cv qualifiers if class attributes are substituted adds 5ee59b4bf2 gdb/testsuite: Extend tests for print of cv qualifiers adds 2e5843d87c [gdb/testsuite] Fix gdb.threads/thread-specific-bp.exp new a5ac8e7fa3 [gdb/testsuite] Fix 64-bit dwarf test-cases with -m32 new f2f38377e5 [gdb/testsuite] Handle runto fail in gdb.mi/mi-var-cp.exp
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/elfxx-riscv.c | 158 +++++++++++++++++++---- bfd/elfxx-riscv.h | 5 +- gas/config/tc-riscv.c | 57 +++++--- gas/doc/c-riscv.texi | 15 ++- gas/testsuite/gas/all/multibyte1.l | 20 +-- gas/testsuite/gas/riscv/option-arch-01.s | 10 ++ gas/testsuite/gas/riscv/option-arch-01a.d | 14 ++ gas/testsuite/gas/riscv/option-arch-01b.d | 8 ++ gas/testsuite/gas/riscv/option-arch-02.d | 8 ++ gas/testsuite/gas/riscv/option-arch-02.s | 8 ++ gas/testsuite/gas/riscv/option-arch-03.d | 8 ++ gas/testsuite/gas/riscv/option-arch-03.s | 3 + gas/testsuite/gas/riscv/option-arch-fail.d | 3 + gas/testsuite/gas/riscv/option-arch-fail.l | 8 ++ gas/testsuite/gas/riscv/option-arch-fail.s | 10 ++ gdb/c-typeprint.c | 1 + gdb/testsuite/gdb.cp/ptype-cv-cp.cc | 4 + gdb/testsuite/gdb.cp/ptype-cv-cp.exp | 12 ++ gdb/testsuite/gdb.cp/templates.cc | 14 ++ gdb/testsuite/gdb.cp/templates.exp | 36 ++++++ gdb/testsuite/gdb.mi/mi-var-child.exp | 4 +- gdb/testsuite/gdb.mi/mi-var-cmd.exp | 18 ++- gdb/testsuite/gdb.mi/mi-var-cp.exp | 18 ++- gdb/testsuite/gdb.mi/mi-var-rtti.exp | 22 +++- gdb/testsuite/gdb.threads/thread-specific-bp.exp | 21 ++- gdb/testsuite/lib/dwarf.exp | 44 +++++-- gdb/testsuite/lib/gdb.exp | 23 ++++ gdb/testsuite/lib/mi-support.exp | 6 +- 28 files changed, 475 insertions(+), 83 deletions(-) create mode 100644 gas/testsuite/gas/riscv/option-arch-01.s create mode 100644 gas/testsuite/gas/riscv/option-arch-01a.d create mode 100644 gas/testsuite/gas/riscv/option-arch-01b.d create mode 100644 gas/testsuite/gas/riscv/option-arch-02.d create mode 100644 gas/testsuite/gas/riscv/option-arch-02.s create mode 100644 gas/testsuite/gas/riscv/option-arch-03.d create mode 100644 gas/testsuite/gas/riscv/option-arch-03.s create mode 100644 gas/testsuite/gas/riscv/option-arch-fail.d create mode 100644 gas/testsuite/gas/riscv/option-arch-fail.l create mode 100644 gas/testsuite/gas/riscv/option-arch-fail.s