]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
NEWS: sframe: mention new semantics for SFrame FDE function start addr
authorIndu Bhagat <indu.bhagat@oracle.com>
Thu, 3 Apr 2025 19:26:09 +0000 (12:26 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 28 May 2025 04:58:14 +0000 (21:58 -0700)
commit603cc93252a4f1e3f4026d06c0cf7eb883be997c
tree5d311917421c9b846025a70bfa7937c8c36e33eb
parent0238bab9b7d979e8a1a161adfbb47cd748dd80d1
NEWS: sframe: mention new semantics for SFrame FDE function start addr

The SFrame FDE's function start address is always emitted as follows by
GAS and ld:  it is the offset of the start PC of the respective function
from the FDE field itself.

GAS and ld will emit a flag SFRAME_F_FDE_FUNC_START_ADDR_PCREL set to 1
when emitting the field in this encoding.

binutils/
* NEWS: Announce the change of encoding for SFrame FDE func
start addr field.
binutils/NEWS