diff options
author | Nelson Chu <nelson@rivosinc.com> | 2025-06-24 10:58:07 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2025-06-24 18:15:14 +0800 |
commit | 1c391a084fe9382bdfcde9772ad921a5f668f65b (patch) | |
tree | 5dac2b7e390d7a7a0f0a99e6275763adec961337 | |
parent | 29cd835cb995ff9ef736d9bc18946eae3dca17e5 (diff) | |
download | binutils-1c391a084fe9382bdfcde9772ad921a5f668f65b.zip binutils-1c391a084fe9382bdfcde9772ad921a5f668f65b.tar.gz binutils-1c391a084fe9382bdfcde9772ad921a5f668f65b.tar.bz2 |
ld/NEWS,binutils/NEWS: Updated supports for RISC-V zicfiss and zicfilp
-rw-r--r-- | binutils/NEWS | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index a4599d9..a624106 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. @@ -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 |