This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 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. adds beadd3e84e dwarf2read: replace gdb::optional<bool> with enum adds c9d136dade Automatic date update in version.in adds 23c13d4299 dwarf2read: fix compilation issue with gcc 4.8 adds db3b6ecc28 RISC-V: Improve li expansion for better code density. adds 37606e67df PR24938, Null Pointer Dereference in debug.c:debug_write_type adds d9c4ba536c Use raw strings on gdb.python/py-xmethods.exp (and fix Pytho [...] adds b694989f50 [gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if true adds 5c31b35808 [gdb, c++] Improve error message when using libstdcxx withou [...] adds 9aa5520697 Factor out the common code in lookup_{static,global}_symbol adds e8fffdff93 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/debug.c | 5 +- gas/config/tc-riscv.c | 38 +++++- gas/testsuite/gas/riscv/li32.d | 17 +++ gas/testsuite/gas/riscv/li32.s | 5 + gas/testsuite/gas/riscv/li64.d | 44 +++++++ gas/testsuite/gas/riscv/li64.s | 9 ++ gdb/ChangeLog | 48 +++++++ gdb/NEWS | 2 + gdb/break-catch-throw.c | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 10 ++ gdb/dwarf2read.c | 16 ++- gdb/features/Makefile | 2 + gdb/features/rx.c | 80 ++++++++++++ gdb/features/rx.xml | 74 +++++++++++ gdb/rx-tdep.c | 160 +++++++---------------- gdb/symtab.c | 113 +++++++--------- gdb/testsuite/ChangeLog | 18 +++ gdb/testsuite/gdb.cp/exceptprint.exp | 2 +- gdb/testsuite/gdb.cp/no-libstdcxx-probe.exp | 41 ++++++ gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +- gdb/testsuite/gdb.python/py-xmethods.py | 36 ++--- gdb/testsuite/lib/gdb.exp | 9 +- 25 files changed, 532 insertions(+), 217 deletions(-) create mode 100644 gas/testsuite/gas/riscv/li32.d create mode 100644 gas/testsuite/gas/riscv/li32.s create mode 100644 gas/testsuite/gas/riscv/li64.d create mode 100644 gas/testsuite/gas/riscv/li64.s create mode 100644 gdb/features/rx.c create mode 100644 gdb/features/rx.xml create mode 100644 gdb/testsuite/gdb.cp/no-libstdcxx-probe.exp