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 6637ae9232f LoongArch: Deprecate $v[01], $fv[01] and $x names per spec new 071726dee78 LoongArch: gas: Add LVZ and LBT instructions support new 0d4d1e76537 LoongArch: gas: Fix code style issues
The 2 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-loongarch.c | 4 + gas/testsuite/gas/loongarch/lvz-lbt.d | 191 ++ gas/testsuite/gas/loongarch/lvz-lbt.s | 181 ++ gas/testsuite/gas/loongarch/uleb128.d | 52 +- include/opcode/loongarch.h | 6 + opcodes/loongarch-dis.c | 2 + opcodes/loongarch-opc.c | 3195 +++++++++++++++++---------------- 7 files changed, 2105 insertions(+), 1526 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/lvz-lbt.d create mode 100644 gas/testsuite/gas/loongarch/lvz-lbt.s