diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-01 11:49:45 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-23 09:37:48 -0700 |
commit | 8e7c22636c8e3a90ba74f5f1750f32757492596d (patch) | |
tree | 4473551a2ebbfb6608cceb140e3584f5e0b931fb | |
parent | 67e07c11b5dda7b8188c7938d49406cf8ddbaf45 (diff) | |
download | gdb-users/ibhagat/libsframe-versioning.zip gdb-users/ibhagat/libsframe-versioning.tar.gz gdb-users/ibhagat/libsframe-versioning.tar.bz2 |
binutils/NEWS: add note about upcoming libsframe changesusers/ibhagat/libsframe-versioning
Some of these changes update the ABI in an incompatible way.
-rw-r--r-- | binutils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 8e1b1ee..00ef7c4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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: |