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_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new 208eb58158 Automatic date update in version.in
The 1 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/version.h | 2 +- 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/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 +++++++ gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 8 ++ gdbserver/linux-or1k-low.cc | 266 ++++++++++++++++++++++++++++++++++++++++++ sim/ppc/hw_memory.c | 3 + 18 files changed, 726 insertions(+), 23 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