aboutsummaryrefslogtreecommitdiff
path: root/gas/gen-sframe.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16gas: sframe: fix typo to use FP instead of BPIndu Bhagat1-4/+4
2024-04-12gas: Fix memory leaks in gen-sframe.cH.J. Lu1-0/+4
2024-01-12gas: sframe: warn when skipping SFrame FDE generationIndu Bhagat1-13/+21
2024-01-06gas: sframe: fix some typos in code commentsIndu Bhagat1-7/+7
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat1-2/+7
2023-04-19gas: sframe: fix commentIndu Bhagat1-1/+1
2023-04-19gas: sframe: use ATTRIBUTE_UNUSED consistentlyIndu Bhagat1-3/+3
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-13/+15
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-22gas: sframe: add support for .cfi_b_key_frameIndu Bhagat1-4/+22
2022-12-16gas: sframe: add support for .cfi_negate_ra_stateIndu Bhagat1-8/+34
2022-12-09gas: sframe: fine tune the fragment fixup for SFrame func infoIndu Bhagat1-11/+44
2022-11-22gas/sframe: avoid "shadowing" of glibc function nameJan Beulich1-11/+11
2022-11-15gas: generate .sframe from CFI directivesIndu Bhagat1-0/+1294