From: Nelson Chu Date: Tue, 24 Jun 2025 02:58:07 +0000 (+0800) Subject: ld/NEWS,binutils/NEWS: Updated supports for RISC-V zicfiss and zicfilp X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c391a084fe9382bdfcde9772ad921a5f668f65b;p=thirdparty%2Fbinutils-gdb.git ld/NEWS,binutils/NEWS: Updated supports for RISC-V zicfiss and zicfilp --- diff --git a/binutils/NEWS b/binutils/NEWS index a4599d91ad9..a62410607a3 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,9 @@ -*- text -*- +* Readelf now recognizes RISC-V GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS and + GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_UNLABELED for zicfiss and zicfilp + extensions. + * For RISC-V dis-assembler, the definition of mapping symbol $x is changed, so the file needs to be rebuilt since 2.45 once used .option arch directives. diff --git a/ld/NEWS b/ld/NEWS index 209f764dddb..b101dec4ed5 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* On RISC-V, add new PLT formats, and GNU property merge rules for zicfiss and + zicfilp extensions. + * The linker's --stats option can take an optional argument which if used is interpreted as a filename into which resource usage information should be stored. As an alternative mechanism the LD_STATS environment variable can