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 c3d507aba3e LoongArch: Add support for the third expression of .align f [...] new ce7056886a6 x86: properly respect rex/{rex} new 3e4a511bee8 x86-64: refuse "high" 8-bit regs with .insn and VEX/XOP/EVE [...] new 0495b25221b RISC-V: drop .bss override new 1124f3d536e hppa/ELF: fix .text/.data interaction with .previous new f91e91d85ec nios2: fix .text/.data interaction with .previous
The 5 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-hppa.c | 19 ++++- gas/config/tc-i386.c | 143 ++++++++++++++++++-------------- gas/config/tc-nios2.c | 4 +- gas/config/tc-riscv.c | 10 --- gas/doc/c-riscv.texi | 4 - gas/testsuite/gas/i386/rex-bad.l | 10 +++ gas/testsuite/gas/i386/rex-bad.s | 13 +++ gas/testsuite/gas/i386/x86-64-pseudos.d | 1 + gas/testsuite/gas/i386/x86-64-pseudos.s | 2 + gas/testsuite/gas/i386/x86-64.exp | 1 + 10 files changed, 125 insertions(+), 82 deletions(-) create mode 100644 gas/testsuite/gas/i386/rex-bad.l create mode 100644 gas/testsuite/gas/i386/rex-bad.s