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-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2d41fa1165 Move gdb-dlfcn.[ch] to gdbsupport/ adds 8a9455cc82 Automatic date update in version.in adds 6d5554a605 PowerPC64 segfault in ppc64_elf_edit_toc adds d0509ba443 Fix compile warning in symtab.c adds 25602020bc Automatic date update in version.in adds e3ec872f80 Convert the RX target to make use of target descriptions.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 ++ bfd/elf64-ppc.c | 5 ++ bfd/version.h | 2 +- gdb/ChangeLog | 19 ++++++ gdb/NEWS | 2 + gdb/doc/ChangeLog | 4 ++ gdb/doc/gdb.texinfo | 10 ++++ gdb/features/Makefile | 2 + gdb/features/rx.c | 80 +++++++++++++++++++++++++ gdb/features/rx.xml | 74 +++++++++++++++++++++++ gdb/rx-tdep.c | 160 ++++++++++++++------------------------------------ gdb/symtab.c | 11 ++-- 12 files changed, 252 insertions(+), 122 deletions(-) create mode 100644 gdb/features/rx.c create mode 100644 gdb/features/rx.xml