binutils/NEWS: add note about upcoming libsframe changes
authorIndu Bhagat <indu.bhagat@oracle.com>
Tue, 27 Jun 2023 18:57:44 +0000 (11:57 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 27 Jun 2023 19:01:56 +0000 (12:01 -0700)
Some of these changes update the ABI in an incompatible way.

binutils/NEWS

index 8e1b1ee63e9b3163a28434f1703b6d3de1c49c46..00ef7c43610ccb7205f9eb6fb90c27721c22cfd2 100644 (file)
@@ -7,6 +7,12 @@
 
 * Objdump's --private option can now be used on PE format files to display the
   fields in the file header and section headers.
+
+* New versioned release of libsframe: libsframe.so.1.  This release introduces
+  versioned symbols with version node name LIBSFRAME_1.0.  This release also
+  updates the ABI in an incompatible way: this includes removal of
+  sframe_get_funcdesc_with_addr API, change in the behavior of
+  sframe_fre_get_ra_offset and sframe_fre_get_fp_offset APIs.
   
 Changes in 2.40: