This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled in repository toolchain/ci/binutils-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 adds 208eb58158 Automatic date update in version.in adds c82ebeb7e6 obcopy vs. files with silly section alignment adds c45c3dba8c ELF core file size checks adds dd6b67bec8 Re: arm: add unwinder encoding support for PACBTI adds 09854a8870 Support for a new pacbti unwind opcode. adds 91b7c7e522 Document "memory-tag-violations". adds b88e456f7e [gdb/build] Fix build with --disable-unit-tests adds 9e6978753d Avoid self-test failures on x86-linux adds 52429bbd71 Document resolve_dynamic_type oddity adds 7a72f09da5 Remove ada_value_print_inner adds d3771fe234 Add gdb.Architecture.integer_type Python function
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + bfd/elf.c | 9 +- bfd/elfcode.h | 5 +- bfd/elfcore.h | 39 ++- bfd/version.h | 2 +- binutils/readelf.c | 2 + .../testsuite/gas/arm/unwind-pacbti-m-readelf.d | 0 .../testsuite/gas/arm/unwind-pacbti-m.d | 0 .../testsuite/gas/arm/unwind-pacbti-m.s | 0 gdb/Makefile.in | 2 + gdb/NEWS | 11 + gdb/ada-valprint.c | 29 +-- gdb/configure.host | 2 + gdb/configure.nat | 4 + gdb/disasm-selftests.c | 21 ++ gdb/doc/gdb.texinfo | 12 +- gdb/doc/python.texi | 18 ++ gdb/features/Makefile | 1 + gdb/features/or1k-linux.c | 78 ++++++ gdb/features/or1k-linux.xml | 13 + gdb/gdbtypes.h | 13 +- gdb/maint.c | 2 + 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/python/py-arch.c | 54 +++++ gdb/regformats/or1k-linux.dat | 40 ++++ gdb/testsuite/gdb.gdb/unittest.exp | 21 +- gdb/testsuite/gdb.python/py-arch.exp | 14 ++ gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 8 + gdbserver/linux-or1k-low.cc | 266 +++++++++++++++++++++ sim/ppc/hw_memory.c | 3 + 35 files changed, 912 insertions(+), 84 deletions(-) rename unwind-pacbti-m-readelf.d => gas/testsuite/gas/arm/unwind-pacbti-m-readelf. [...] rename unwind-pacbti-m.d => gas/testsuite/gas/arm/unwind-pacbti-m.d (100%) rename unwind-pacbti-m.s => gas/testsuite/gas/arm/unwind-pacbti-m.s (100%) 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