commit | 49948bce0e9e310ea1506e84755a1cf9fdba8840 | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Fri Dec 16 22:02:02 2022 -0800 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Fri Dec 16 22:02:02 2022 -0800 |
tree | 633da2ce1b89d5639656649260e8b67cf111d288 | |
parent | 9c4b163cb546f0627a4d3106d2750db37d6aed50 [diff] |
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.