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 02a63525ef0 RISC-V: remove indirection from register tables new 2266f863180 RISC-V: Add support for the 'Zihintntl' extension new 239af8cbd15 RISC-V: Make "fli.h" available to 'Zvfh' + 'Zfa' new f9280e396f1 RISC-V: Make T-Head testing pattern more generic
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: bfd/elfxx-riscv.c | 35 ++++++++++++++++++++++++++ gas/testsuite/gas/riscv/x-thead-ba-fail.l | 2 +- gas/testsuite/gas/riscv/x-thead-bb-fail.l | 4 +-- gas/testsuite/gas/riscv/x-thead-bs-fail.l | 2 +- gas/testsuite/gas/riscv/x-thead-fmemidx-fail.l | 16 ++++++------ gas/testsuite/gas/riscv/x-thead-memidx-fail.l | 6 ++--- gas/testsuite/gas/riscv/x-thead-mempair-fail.l | 10 ++++---- gas/testsuite/gas/riscv/zfa-zvfh.d | 16 ++++++++++++ gas/testsuite/gas/riscv/zfa-zvfh.s | 10 ++++++++ gas/testsuite/gas/riscv/zihintntl-base.d | 24 ++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl-base.s | 29 +++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl-na.d | 33 ++++++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl.d | 32 +++++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl.s | 32 +++++++++++++++++++++++ include/opcode/riscv-opc.h | 26 +++++++++++++++++++ include/opcode/riscv.h | 3 +++ opcodes/riscv-opc.c | 14 ++++++++++- 17 files changed, 273 insertions(+), 21 deletions(-) create mode 100644 gas/testsuite/gas/riscv/zfa-zvfh.d create mode 100644 gas/testsuite/gas/riscv/zfa-zvfh.s create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.d create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.s create mode 100644 gas/testsuite/gas/riscv/zihintntl-na.d create mode 100644 gas/testsuite/gas/riscv/zihintntl.d create mode 100644 gas/testsuite/gas/riscv/zihintntl.s