-*- text -*-
+* For SFrame stack trace format, the function start address in each SFrame FDE
+ has a changed encoding: The 32-bit signed integer now holds the offset of
+ the start PC of the associated function from the sfde_func_start_address
+ field itself (instead of the earlier where it was the offset from the start
+ of the SFrame section itself). All SFrame sections generated by gas and ld
+ generate the new encoding by default, with the (new) flag set:
+ SFRAME_F_FDE_FUNC_START_ADDR_PCREL to indicate the changed encoding.
+
+ Relocatable SFrame links are now fixed.
+
* For RISC-V dis-assembler, the definition of mapping symbol $x is changed,
so the file needs to be rebuilt since 2.45 once used .option arch directives.