This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 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: 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 +++++++++ 5 files changed, 108 insertions(+), 5 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