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/binutils-gdb.
from 8c2999954b arm: add unwinder encoding support for PACBTI adds c0492bea7c gdb: add selftest name completion adds 0fab795564 gdb: use ptid_t::to_string in infrun debug messages adds d6dc01baf7 ARM assembler: Allow up to 32 single precision registers in [...] adds cf365c10d0 [sim] Include defs.h in ppc/hw_memory.c adds 4933265c3f gdb: or1k: implement gdb server adds d786a34732 gdb: or1k: fixup linux regcache comment adds d336377196 gdb: or1k: add generated linux descriptor file adds a45b1e66c5 gdb: or1k: add native linux support adds 5729359001 gdb: or1k: add single step for linux native debugging adds cb22a7c366 gdb: Add OpenRISC gdbserver and native config news
No new revisions were added by this update.
Summary of changes: gas/ChangeLog | 9 ++ gas/config/tc-arm.c | 40 +++--- gas/testsuite/gas/arm/v8_1m-mve.d | 4 + gas/testsuite/gas/arm/v8_1m-mve.s | 5 + gdb/Makefile.in | 2 + gdb/NEWS | 8 ++ gdb/configure.host | 2 + gdb/configure.nat | 4 + gdb/features/Makefile | 1 + gdb/features/or1k-linux.c | 78 +++++++++++ gdb/features/or1k-linux.xml | 13 ++ gdb/infrun.c | 116 ++++++++-------- gdb/maint.c | 11 +- gdb/or1k-linux-nat.c | 210 +++++++++++++++++++++++++++++ gdb/or1k-linux-tdep.c | 14 +- gdb/or1k-linux-tdep.h | 26 ++++ gdb/or1k-tdep.c | 66 ++++++--- gdb/or1k-tdep.h | 5 + gdb/regformats/or1k-linux.dat | 40 ++++++ gdb/testsuite/gdb.gdb/unittest.exp | 15 +++ gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 8 ++ gdbserver/linux-or1k-low.cc | 266 +++++++++++++++++++++++++++++++++++++ gdbsupport/selftest.h | 4 +- sim/ppc/hw_memory.c | 3 + 25 files changed, 850 insertions(+), 101 deletions(-) create mode 100644 gdb/features/or1k-linux.c create mode 100644 gdb/features/or1k-linux.xml create mode 100644 gdb/or1k-linux-nat.c create mode 100644 gdb/or1k-linux-tdep.h create mode 100644 gdb/regformats/or1k-linux.dat create mode 100644 gdbserver/linux-or1k-low.cc