]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
doc: sframe: Clarify FDE/FRE function/range start address fields
authorJens Remus <jremus@linux.ibm.com>
Tue, 4 Feb 2025 14:13:24 +0000 (15:13 +0100)
committerJens Remus <jremus@linux.ibm.com>
Tue, 4 Feb 2025 14:13:24 +0000 (15:13 +0100)
commit45576ca2a8f9e3cb266f1d90256f337104b621ed
tree285018ffae9032f78257cd68f08cadf27728f4f3
parent49da9e9d9e6dfdca620cd9d953b543598d7b61cf
doc: sframe: Clarify FDE/FRE function/range start address fields

The function start address in a SFrame FDE (sfde_func_start_address)
is encoded as a signed offset to the function start address from the
SFrame section.

The PC range start address in a SFrame FRE (sfre_start_address) is
encoded as an unsigned offset to the range from the function start
address.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
libsframe/doc/sframe-spec.texi