aboutsummaryrefslogtreecommitdiff
path: root/gas/gen-sframe.c
AgeCommit message (Expand)AuthorFilesLines
7 daysgas: Validate SFrame RA tracking and fixed RA offsetJens Remus1-5/+9
7 daysgas: Test predicate whether SFrame RA tracking is usedJens Remus1-2/+4
7 daysgas: Don't skip SFrame FDE if .cfi_register specifies SP registerJens Remus1-3/+6
7 daysgas: Don't skip SFrame FDE if .cfi_register specifies RA w/o trackingJens Remus1-1/+1
7 daysgas: Skip SFrame FDE if .cfi_window_saveJens Remus1-3/+22
7 daysgas: Skip SFrame FDE if FP without RA on stackJens Remus1-2/+19
7 daysgas: User readable warnings if SFrame FDE is not generatedJens Remus1-25/+67
7 daysgas: Refactor SFrame CFI opcode DW_CFA_register processingJens Remus1-11/+26
7 daysgas: Warn if SFrame FDE is skipped due to non-default return columnJens Remus1-3/+7
7 daysgas: Skip SFrame FDE if CFI specifies non-FP/SP base registerJens Remus1-2/+11
7 daysgas: Print DWARF call frame insn name in SFrame warning messageJens Remus1-1/+48
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