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-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 685313de6b Automatic date update in version.in adds d4295de4f3 [gdb/testsuite] Handle missing gnatmake in gnat_runtime_has_ [...] adds 7001c1b7dc gdb: update email address for Palmer Dabbelt adds 6d0cf4464e Fix build with gcc-4.8.x adds edd45eb06b gdb: fix printing of flag enums with multi-bit enumerators adds 6740f0cc3b gdb: allow duplicate enumerators in flag enums adds b29a2df000 gdb: print unknown part of flag enum in hex adds 373d7ac0f1 gdb: change print format of flag enums with value 0 adds 89e2fdc56a [gdb/testsuite] Be quiet about untested dtrace-prob.exp adds 66708c54e6 Automatic date update in version.in adds d1c9b20ff9 gdb/riscv: Update API for looking up target descriptions adds bf84f70666 gdbserver: Add RISC-V/Linux support
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 70 +++++++++ gdb/MAINTAINERS | 2 +- gdb/NEWS | 8 + gdb/aarch64-tdep.c | 3 +- gdb/amd64-tdep.c | 3 +- gdb/arch/riscv.c | 69 +++++---- gdb/arch/riscv.h | 26 +++- gdb/arm-linux-tdep.c | 3 +- gdb/dwarf2/read.c | 9 +- gdb/i386-tdep.c | 3 +- gdb/nat/riscv-linux-tdesc.c | 8 +- gdb/nat/riscv-linux-tdesc.h | 7 +- gdb/riscv-linux-nat.c | 4 +- gdb/riscv-tdep.c | 2 +- gdb/rs6000-tdep.c | 3 +- gdb/s390-tdep.c | 3 +- gdb/testsuite/ChangeLog | 39 +++++ gdb/testsuite/gdb.base/printcmds.c | 31 +++- gdb/testsuite/gdb.base/printcmds.exp | 20 ++- gdb/testsuite/lib/ada.exp | 16 +- gdb/testsuite/lib/dtrace.exp | 6 +- gdb/valprint.c | 50 +++++-- gdbserver/ChangeLog | 10 ++ gdbserver/Makefile.in | 3 + gdbserver/configure.srv | 7 + gdbserver/linux-riscv-low.cc | 279 +++++++++++++++++++++++++++++++++++ 27 files changed, 610 insertions(+), 76 deletions(-) create mode 100644 gdbserver/linux-riscv-low.cc