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 c2873079ce2 Automatic date update in version.in new 51a39a59cac RISC-V: Refactor PLT generation new 4ad5217caf7 RISC-V: Add GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS and GNU_PRO [...] new 84eb7d284b3 RISC-V: Implment the merge logic for GNU_PROPERTY_RISCV_FEA [...] new 9b4b518ecea RISC-V: Support for unlabeled landing pad PLT generation new 29cd835cb99 RISC-V: Fxied failed testsuites when building rv32-linux new 1c391a084fe ld/NEWS,binutils/NEWS: Updated supports for RISC-V zicfiss [...] new ec62621cfba gas/NEWS: Updated for RISC-V
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: bfd/elfnn-riscv.c | 302 ++++++++++++++++++--- bfd/elfxx-riscv.c | 171 ++++++++++++ bfd/elfxx-riscv.h | 19 ++ binutils/NEWS | 4 + binutils/readelf.c | 39 +++ .../binutils-all/riscv/property-cfi-lp-unlabeled.d | 8 + .../testsuite/binutils-all/riscv/property-cfi-ss.d | 8 + .../testsuite/binutils-all/riscv/property.s | 43 +-- gas/NEWS | 6 +- include/elf/common.h | 5 + include/opcode/riscv.h | 1 + ld/NEWS | 3 + ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 8 + ld/testsuite/ld-riscv-elf/property-combine-and-1.d | 6 + ld/testsuite/ld-riscv-elf/property-combine-and-2.d | 11 + ld/testsuite/ld-riscv-elf/property-combine-and-3.d | 11 + .../ld-riscv-elf/property-zicfilp-unlabeled.d | 10 + .../ld-riscv-elf/property-zicfilp-unlabeled.s | 22 +- ld/testsuite/ld-riscv-elf/property-zicfiss.d | 10 + .../testsuite/ld-riscv-elf/property-zicfiss.s | 22 +- .../testsuite/ld-riscv-elf/property1.s | 22 +- .../plt-pic.s => ld-riscv-elf/property2.s} | 3 +- .../testsuite/ld-riscv-elf/property3.s | 22 +- .../testsuite/ld-riscv-elf/property4.s | 22 +- ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.d | 35 +++ .../testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.s | 22 +- 26 files changed, 684 insertions(+), 151 deletions(-) create mode 100644 binutils/testsuite/binutils-all/riscv/property-cfi-lp-unlabeled.d create mode 100644 binutils/testsuite/binutils-all/riscv/property-cfi-ss.d copy ld/testsuite/ld-x86-64/property-x86-isa1.s => binutils/testsuite/binutils-all [...] create mode 100644 ld/testsuite/ld-riscv-elf/property-combine-and-1.d create mode 100644 ld/testsuite/ld-riscv-elf/property-combine-and-2.d create mode 100644 ld/testsuite/ld-riscv-elf/property-combine-and-3.d create mode 100644 ld/testsuite/ld-riscv-elf/property-zicfilp-unlabeled.d copy binutils/testsuite/binutils-all/x86-64/empty.s => ld/testsuite/ld-riscv-elf/p [...] create mode 100644 ld/testsuite/ld-riscv-elf/property-zicfiss.d copy binutils/testsuite/binutils-all/x86-64/empty.s => ld/testsuite/ld-riscv-elf/p [...] copy binutils/testsuite/binutils-all/x86-64/empty.s => ld/testsuite/ld-riscv-elf/p [...] copy ld/testsuite/{ld-x86-64/plt-pic.s => ld-riscv-elf/property2.s} (62%) copy binutils/testsuite/binutils-all/i386/shstk.s => ld/testsuite/ld-riscv-elf/pro [...] copy binutils/testsuite/binutils-all/i386/shstk.s => ld/testsuite/ld-riscv-elf/pro [...] create mode 100644 ld/testsuite/ld-riscv-elf/zicfilp-unlabeled-plt.d copy binutils/testsuite/binutils-all/x86-64/empty.s => ld/testsuite/ld-riscv-elf/z [...]