This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from d467335403 Fix allocate_filenum last dir/file checks adds 6a7f57668a riscv: print .2byte or .4byte before an unknown instruction [...] adds 56d9e3c562 gdbsupport/gdb_proc_service.h: use decltype instead of typeof adds 6f265beb28 [gdb/testsuite] Fix gdb.ada/big_packed_array.exp xfail for -m32 adds c45a683f8f [gdb] Change register_test to use std::function arg adds ff1c1bb9be [gdb/testsuite] Register test for each arch separately in re [...] adds acb7bdf0d2 [gdb/testsuite] Fix gdb.ada/mi_prot.exp adds 5936ac73ed [gdb/testsuite] Fix gdb.ada/interface.exp with gcc-9 adds 01723a3503 Automatic date update in version.in adds be24dba6f1 gdb, doc: Add ieee_half and bfloat16 to list of predefined t [...] adds 5335ab6872 [gdb/testsuite] Handle supports_memtag in gdb.base/gdb-cachi [...] adds 5226a6a892 Change the linker's heuristic for computing the entry point [...] adds 5d0869d987 Automatic date update in version.in adds ed41b9cdb2 Fix x86 "FAIL: TLS -fno-pic -shared" adds cf11ebea12 dwarf2 sub-section test adds 479209dd4f [gdb] Add maint selftest -verbose option adds 378f6478ce [gdb/testsuite] Fix gdb.python/py-events.exp adds ae9150ce9e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/testsuite/binutils-all/riscv/riscv.exp | 29 +++++++ binutils/testsuite/binutils-all/riscv/unknown.d | 11 +++ binutils/testsuite/binutils-all/riscv/unknown.s | 27 ++++++ gas/config/tc-ia64.c | 7 +- gas/testsuite/gas/elf/dwarf2-21.d | 18 ++++ gas/testsuite/gas/elf/dwarf2-21.s | 8 ++ gas/testsuite/gas/elf/elf.exp | 1 + gdb/disasm-selftests.c | 9 +- gdb/doc/gdb.texinfo | 11 ++- gdb/maint.c | 3 +- gdb/selftest-arch.c | 105 ++++++++++-------------- gdb/testsuite/gdb.ada/big_packed_array.exp | 10 +++ gdb/testsuite/gdb.ada/interface.exp | 10 +-- gdb/testsuite/gdb.ada/mi_prot.exp | 2 +- gdb/testsuite/gdb.base/gdb-caching-proc.exp | 5 +- gdb/testsuite/gdb.python/py-events.exp | 8 +- gdb/unittests/intrusive_list-selftests.c | 6 +- gdbsupport/gdb_proc_service.h | 2 +- gdbsupport/selftest.cc | 44 ++++++---- gdbsupport/selftest.h | 9 +- ld/ChangeLog | 27 ++++++ ld/ld.texi | 4 +- ld/ldlang.c | 10 ++- ld/testsuite/ld-alpha/tlspic.rd | 2 +- ld/testsuite/ld-arm/tls-gdesc-got.d | 2 +- ld/testsuite/ld-i386/tlsnopic.rd | 2 +- ld/testsuite/ld-ia64/tlspic.rd | 2 +- ld/testsuite/ld-sparc/gotop32.rd | 2 +- ld/testsuite/ld-sparc/gotop64.rd | 2 +- ld/testsuite/ld-sparc/tlssunnopic32.rd | 2 +- ld/testsuite/ld-sparc/tlssunnopic64.rd | 2 +- ld/testsuite/ld-sparc/tlssunpic32.rd | 2 +- ld/testsuite/ld-sparc/tlssunpic64.rd | 2 +- ld/testsuite/ld-tic6x/shlib-1.rd | 2 +- ld/testsuite/ld-tic6x/shlib-1b.rd | 2 +- ld/testsuite/ld-tic6x/shlib-1r.rd | 2 +- ld/testsuite/ld-tic6x/shlib-1rb.rd | 2 +- ld/testsuite/ld-tic6x/shlib-noindex.rd | 2 +- ld/testsuite/ld-x86-64/pr14207.d | 2 +- ld/testsuite/ld-x86-64/tlsdesc.rd | 2 +- ld/testsuite/ld-x86-64/tlspic.rd | 2 +- ld/testsuite/ld-x86-64/tlspic2.rd | 2 +- opcodes/ChangeLog | 6 ++ opcodes/riscv-dis.c | 24 +++++- 46 files changed, 318 insertions(+), 124 deletions(-) create mode 100644 binutils/testsuite/binutils-all/riscv/riscv.exp create mode 100644 binutils/testsuite/binutils-all/riscv/unknown.d create mode 100644 binutils/testsuite/binutils-all/riscv/unknown.s create mode 100644 gas/testsuite/gas/elf/dwarf2-21.d create mode 100644 gas/testsuite/gas/elf/dwarf2-21.s