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 c429c445986 LoongArch: gas: Try to avoid R_LARCH_ALIGN associate with a symbol new 2f630f60b5d x86/APX: INV{EPT,PCID,VPID} are WIG new a40a04601fb x86: also permit YMM/ZMM use in CFI directives new db5aae3ccd7 x86: document -moperand-check= new e346d50a891 x86: rename vec_encoding and vex_encoding_*
The 4 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: binutils/dwarf.c | 3 +- gas/config/tc-i386-intel.c | 8 +- gas/config/tc-i386.c | 144 +++++++++---------- gas/doc/c-i386.texi | 15 ++ gas/testsuite/gas/cfi/cfi-i386.d | 55 ++++++-- gas/testsuite/gas/cfi/cfi-i386.s | 18 +++ gas/testsuite/gas/cfi/cfi-x86_64.d | 155 ++++++++++++++++++-- gas/testsuite/gas/cfi/cfi-x86_64.s | 71 ++++++++++ gas/testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d | 157 +++++++++++++++++++-- .../gas/i386/x86-64-apx-evex-promoted-intel.d | 12 +- ...x-promoted.d => x86-64-apx-evex-promoted-wig.d} | 120 ++++++++-------- gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d | 12 +- gas/testsuite/gas/i386/x86-64.exp | 1 + opcodes/i386-opc.tbl | 6 +- opcodes/i386-reg.tbl | 129 ++++++++--------- opcodes/i386-tbl.h | 134 +++++++++--------- 16 files changed, 723 insertions(+), 317 deletions(-) copy gas/testsuite/gas/i386/{x86-64-apx-evex-promoted.d => x86-64-apx-evex-promote [...]