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 fd9faca826e Fix ravenscar-thread.c for multi-target new c3036ed0633 aarch64: Fix MOVPRFX markup for bf16 conversions new 825bd36cead x86: drop unused EXVexWdq / vex_w_dq_mode new 4102be5cf92 x86: replace EXxmm_mdq by EXVexWdqScalar
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/ChangeLog | 9 ++++++ gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d | 2 +- gas/testsuite/gas/aarch64/sve-bfloat-movprfx.s | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_28.d | 31 ++++++++++++++++++ gas/testsuite/gas/aarch64/sve-movprfx_28.l | 8 +++++ gas/testsuite/gas/aarch64/sve-movprfx_28.s | 45 ++++++++++++++++++++++++++ opcodes/ChangeLog | 20 ++++++++++++ opcodes/aarch64-tbl.h | 4 +-- opcodes/i386-dis-evex-prefix.h | 40 +++++++++++------------ opcodes/i386-dis.c | 18 +++-------- 10 files changed, 141 insertions(+), 38 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.d create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.l create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_28.s