]> 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, 25 Jun 2025 19:57:51 +0000 (12:57 -0700)
commit31e26a0f4917eb9a95f22af854bde91b42cd4064
treedae46359e5fee9ae834c9018e21aa5e51b4bd2c9
parentbc5fb8f4c29b55283afee95c26558389840ebca8
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.
        * gas/NEWS: Announce the emission of new flag
  SFRAME_F_FDE_FUNC_START_ADDR_PCREL.
        * ld/NEWS: Likewise.  Relocatable links are now fixed.

---
[Changes in V4]
  - In gas/NEWS, updated:
    From: "Setting the flag is necessary for fixing relocatable SFrame links"
    To: "Setting the flag ensures compliance with the updated SFrame V2 specification"
[End of changes in V4]

[Changes in V3]
  - Add items in gas/NEWS and ld/NEWS too.
  - Adjusted binutils/NEWS text a bit.
[End of changes in V3]

[No changes in V2]
binutils/NEWS
gas/NEWS
ld/NEWS