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 df4860daad8 [Arm] Cleanup arm_m_exception_cache new 33ae8a3ae31 ppc/svp64: support LibreSOC architecture new 59f08271dda ppc/svp64: introduce non-zero operand flag new 5eafd6deb4b ppc/svp64: support setvl instructions new 4c388a8e2c6 ppc/svp64: support svstep instructions new baf97ef24f9 ppc/svp64: support svshape instruction new df0030b531e ppc/svp64: support svremap instruction new 537710a69cf ppc/svp64: support svindex instruction
The 7 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-ppc.c | 23 +++++++-- gas/testsuite/gas/ppc/ppc.exp | 6 +++ gas/testsuite/gas/ppc/setvl.d | 15 ++++++ gas/testsuite/gas/ppc/setvl.s | 7 +++ gas/testsuite/gas/ppc/svindex.d | 16 +++++++ gas/testsuite/gas/ppc/svindex.s | 8 ++++ gas/testsuite/gas/ppc/svremap.d | 16 +++++++ gas/testsuite/gas/ppc/svremap.s | 8 ++++ gas/testsuite/gas/ppc/svshape.d | 13 ++++++ gas/testsuite/gas/ppc/svshape.s | 5 ++ gas/testsuite/gas/ppc/svstep.d | 13 ++++++ gas/testsuite/gas/ppc/svstep.s | 5 ++ include/opcode/ppc.h | 8 ++++ opcodes/ppc-dis.c | 8 ++++ opcodes/ppc-opc.c | 100 ++++++++++++++++++++++++++++++++++++---- 15 files changed, 240 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/ppc/setvl.d create mode 100644 gas/testsuite/gas/ppc/setvl.s create mode 100644 gas/testsuite/gas/ppc/svindex.d create mode 100644 gas/testsuite/gas/ppc/svindex.s create mode 100644 gas/testsuite/gas/ppc/svremap.d create mode 100644 gas/testsuite/gas/ppc/svremap.s create mode 100644 gas/testsuite/gas/ppc/svshape.d create mode 100644 gas/testsuite/gas/ppc/svshape.s create mode 100644 gas/testsuite/gas/ppc/svstep.d create mode 100644 gas/testsuite/gas/ppc/svstep.s