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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 new db3b6ecc28 RISC-V: Improve li expansion for better code density.
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 +- 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 | 25 +++++++ gdb/NEWS | 2 + 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 ++++++++++++----------------------------- 15 files changed, 362 insertions(+), 126 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