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 fccf4ba5ada sim: use program_transform_name for libsim new 8155b8539b5 RISC-V: Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC.
The 1 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/elfnn-riscv.c | 44 +++++++++++++++- binutils/readelf.c | 39 ++++++++++++++ gas/config/tc-riscv.c | 55 +++++++++++++++++++ gas/config/tc-riscv.h | 4 ++ gas/testsuite/gas/riscv/variant_cc-set.d | 13 +++++ gas/testsuite/gas/riscv/variant_cc-set.s | 15 ++++++ gas/testsuite/gas/riscv/variant_cc.d | 9 ++++ gas/testsuite/gas/riscv/variant_cc.s | 5 ++ include/elf/riscv.h | 6 +++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 3 ++ ld/testsuite/ld-riscv-elf/variant_cc-1.s | 61 +++++++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-2.s | 61 +++++++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-now.d | 73 +++++++++++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-r.d | 76 +++++++++++++++++++++++++++ ld/testsuite/ld-riscv-elf/variant_cc-shared.d | 73 +++++++++++++++++++++++++ 15 files changed, 536 insertions(+), 1 deletion(-) create mode 100644 gas/testsuite/gas/riscv/variant_cc-set.d create mode 100644 gas/testsuite/gas/riscv/variant_cc-set.s create mode 100644 gas/testsuite/gas/riscv/variant_cc.d create mode 100644 gas/testsuite/gas/riscv/variant_cc.s create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-1.s create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-2.s create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-now.d create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-r.d create mode 100644 ld/testsuite/ld-riscv-elf/variant_cc-shared.d