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 ca6b6f9d6e6 x86: optimize {,V}INSERTPS with certain immediates new 784e2ef54b4 RISC-V: correct alignment directive handling for text sections new 9a788db16ae RISC-V: odd data padding vs mapping symbols new dfa9ee01a4e x86: fix Solaris gas testsuite run
The 3 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 | 76 +++++++++++++++++++++++--------- gas/config/tc-riscv.h | 5 +++ gas/testsuite/gas/i386/solaris/reloc64.d | 10 ++++- gas/testsuite/gas/riscv/odd-padding.d | 17 +++++++ gas/testsuite/gas/riscv/odd-padding.s | 8 ++++ gas/testsuite/gas/riscv/relax-align-2.d | 52 ++++++++++++++++++++++ gas/testsuite/gas/riscv/relax-align-2.s | 50 +++++++++++++++++++++ gas/testsuite/gas/riscv/relax-align.d | 34 ++++++++++++++ gas/testsuite/gas/riscv/relax-align.s | 27 ++++++++++++ opcodes/riscv-dis.c | 2 +- 10 files changed, 257 insertions(+), 24 deletions(-) create mode 100644 gas/testsuite/gas/riscv/odd-padding.d create mode 100644 gas/testsuite/gas/riscv/odd-padding.s create mode 100644 gas/testsuite/gas/riscv/relax-align-2.d create mode 100644 gas/testsuite/gas/riscv/relax-align-2.s create mode 100644 gas/testsuite/gas/riscv/relax-align.d create mode 100644 gas/testsuite/gas/riscv/relax-align.s