diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-29 16:29:16 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-06-29 16:32:26 -0700 |
commit | a47cd2a1cded07c80f48cc06379966e7b94399e2 (patch) | |
tree | 6e380374218d13d7cc40225529f630a29ddf23c4 /binutils | |
parent | a5cddf7b64aa319380e8923484afff148a12916b (diff) | |
download | gdb-a47cd2a1cded07c80f48cc06379966e7b94399e2.zip gdb-a47cd2a1cded07c80f48cc06379966e7b94399e2.tar.gz gdb-a47cd2a1cded07c80f48cc06379966e7b94399e2.tar.bz2 |
binutils/NEWS: announce SFrame version 2 as the new default
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 3aea875..7084aad 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -13,6 +13,9 @@ 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. + +* SFrame Version 2 is now the default (and only) format version supported by + gas, ld, readelf and objdump. * Add command-line option, --strip-section-headers, to objcopy and strip to remove ELF section header from ELF file. |