aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)AuthorFilesLines
8 daysdoc: sframe: mention errata 1 of SFrame version 2Indu Bhagat1-9/+11
2025-07-14libsframe: relax the assertion limit for fre_start_addrIndu Bhagat1-11/+13
2025-07-12libsframe: bump version to 2.0Indu Bhagat3-22/+6
2025-07-12libsframe: fixup comment and minor style issuesIndu Bhagat1-3/+3
2025-07-11gas: elf: binutils: add new section type SHT_GNU_SFRAMEIndu Bhagat1-3/+4
2025-07-11libsframe: testsuite: fix PR libsframe/33140Indu Bhagat1-3/+12
2025-07-11s390: Store SFrame CFA offset adjusted and scaled downJens Remus1-9/+14
2025-07-11s390: Store SFrame CFA offset adjustedJens Remus3-7/+27
2025-07-11libsframe: Add test for PLT0 and PLTN with only one FRE eachJens Remus4-4/+240
2025-07-11s390: Represent FP without RA saved in SFrameJens Remus3-6/+17
2025-07-11s390: Represent FP/RA saved in register in SFrameJens Remus3-13/+60
2025-07-11s390: Initial support to generate .sframe from CFI directives in assemblerJens Remus2-3/+61
2025-07-11sframe: Ignore section padding when converting endiannessJens Remus1-2/+6
2025-07-06bfd: gas: ld: libsframe: adopt new encoding for FDE func start addr fieldIndu Bhagat7-28/+104
2025-07-06include: sframe: doc: define new flag SFRAME_F_FDE_FUNC_START_PCRELIndu Bhagat3-8/+28
2025-07-06include: libsframe: add APIs for offsetof FDE func start addr fieldIndu Bhagat2-0/+49
2025-07-06libsframe: refactor code for dumping section flagsIndu Bhagat1-30/+33
2025-07-06include: libsframe: add APIs for SFrame header flagsIndu Bhagat2-4/+25
2025-07-05libsframe: fix error code in sframe_decodeIndu Bhagat1-1/+1
2025-06-03sframe: fix PR libsframe/33051Indu Bhagat1-1/+1
2025-06-03sframe: doc: add date to the pdf outputIndu Bhagat1-0/+2
2025-05-26libsframe: handle SFrame FRE start/end IP offsets as unsignedJens Remus1-6/+10
2025-05-26libsframe: stop search for SFrame FRE if its start IP is greater than PCJens Remus1-6/+3
2025-05-26libsframe: correct binary search for SFrame FDEJens Remus2-10/+11
2025-05-26libsframe: testsuite: improve findfunc-1 testcaseIndu Bhagat1-46/+95
2025-05-26libsframe: testsuite: improve findfre-1 testcaseIndu Bhagat1-36/+75
2025-05-26libsframe: fix issue finding FRE in PCMASK type SFrame FDEsIndu Bhagat2-50/+58
2025-02-04doc: sframe: Clarify FDE/FRE function/range start address fieldsJens Remus1-4/+6
2025-01-01Update year range in copyright notice of binutils filesAlan Modra20-21/+21
2024-07-10libsframe: remove runstatedir in Makefile.inClément Chigot1-1/+0
2024-07-10libsframe: accept --target configure optionClément Chigot3-81/+138
2024-07-09doc: sframe: add appendix for generating stack tracesIndu Bhagat1-0/+84
2024-07-09doc: sframe: segregate the ABI/arch-specific componentsIndu Bhagat1-28/+110
2024-07-04readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus1-3/+5
2024-07-04readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus1-0/+10
2024-06-25doc: sframe: small improvements for readabilityIndu Bhagat1-130/+183
2024-06-10autoupdate: add square brackets around arguments of AC_INITMatthieu Longo1-1/+1
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu4-1/+8
2024-01-22libsframe: Fix calloc argument order in dump_sframe_headerMark Wielaard1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra20-21/+21
2023-08-12regen configAlan Modra1-21/+52
2023-06-29doc: sframe: update specification for SFRAME_VERSION_2Indu Bhagat1-10/+74
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat7-22/+98
2023-06-29libsframe: add new APIs to get SFrame versionIndu Bhagat2-0/+22
2023-06-29libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat2-24/+60
2023-06-27libsframe: bfd: use uint32_t for return type of get_num_fidx APIsIndu Bhagat1-5/+5
2023-06-27libsframe: use appropriate data types for args of sframe_encodeIndu Bhagat1-2/+3
2023-06-27libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat2-2/+2
2023-06-27libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat2-9/+9
2023-06-27libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat1-1/+1