diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-27 11:57:44 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-27 12:01:56 -0700 |
commit | fa3d73ebf3b267ab192f7fabb30a32b33a99c1e8 (patch) | |
tree | c662caea004c1b1300cc4c63e89f58bcbb2f5663 /binutils/NEWS | |
parent | df6f1afb6d369a83ba34e1cb2122a061234e50ca (diff) | |
download | gdb-fa3d73ebf3b267ab192f7fabb30a32b33a99c1e8.zip gdb-fa3d73ebf3b267ab192f7fabb30a32b33a99c1e8.tar.gz gdb-fa3d73ebf3b267ab192f7fabb30a32b33a99c1e8.tar.bz2 |
binutils/NEWS: add note about upcoming libsframe changes
Some of these changes update the ABI in an incompatible way.
Diffstat (limited to 'binutils/NEWS')
-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: |