[PATCH 4/4] binutils: NEWS: announce libsframe.so.2

Indu Bhagat indu.bhagat@oracle.com
Tue Jul 8 07:53:22 GMT 2025


binutils/
	* NEWS: Announce new versioned release of libsframe.
---
 binutils/NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/binutils/NEWS b/binutils/NEWS
index 1a746f1f097..138aaf82399 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -10,6 +10,18 @@
 
   Relocatable SFrame links are now fixed.
 
+* New versioned release of libsframe: libsframe.so.2.  This release introduces
+  versioned symbols with version node name LIBSFRAME_2.0.  Some new symbols
+  have been added to support the new flag SFRAME_F_FDE_FUNC_START_PCREL and
+  retrieving flags from SFrame decoder and encoder objects:
+    - Addition of sframe_decoder_get_flags,
+      sframe_decoder_get_offsetof_fde_start_addr, sframe_encoder_get_flags,
+      sframe_encoder_get_offsetof_fde_start_addr.
+  This release also includes backward-incompatible ABI changes:
+    - Removal of sframe_get_funcdesc_with_addr.
+    - Change in the behavior of sframe_decoder_get_funcdesc_v2,
+      sframe_encoder_add_funcdesc_v2 and sframe_encoder_write.
+
 * 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.
-- 
2.43.0



More information about the Binutils mailing list