]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
objdump/readelf: sframe: emit marker for FREs with mangled RA
authorIndu Bhagat <indu.bhagat@oracle.com>
Sat, 17 Dec 2022 06:02:02 +0000 (22:02 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Sat, 17 Dec 2022 06:02:02 +0000 (22:02 -0800)
commit49948bce0e9e310ea1506e84755a1cf9fdba8840
tree633da2ce1b89d5639656649260e8b67cf111d288
parent9c4b163cb546f0627a4d3106d2750db37d6aed50
objdump/readelf: sframe: emit marker for FREs with mangled RA

In the textual dump of the SFrame section, when an SFrame FRE recovers a
mangled RA, use string "[s]" in the output to indicate that the return
address is a signed (mangled) one.

ChangeLog:

        * libsframe/sframe-dump.c (dump_sframe_func_with_fres): Postfix
with "[s]" if RA is signed with authorization code.
libsframe/sframe-dump.c