aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-27libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat1-21/+21
2023-06-27libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat1-6/+11
2023-06-27libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat2-9/+17
2023-06-27libsframe: add symbol versioningIndu Bhagat5-6/+144
2023-06-27libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat1-4/+16
2023-06-27libsframe: add library versioningIndu Bhagat3-1/+43
2023-06-09libsframe: testsuite: add sframe_find_fre tests for pltN entriesIndu Bhagat4-5/+175
2023-06-09libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat1-1/+1
2023-06-07libsframe: reuse static function sframe_decoder_get_funcdesc_at_indexIndu Bhagat1-23/+25
2023-06-06libsframe: fix cosmetic issues and typosIndu Bhagat2-4/+6
2023-06-05libsframe: avoid unnecessary type castsIndu Bhagat2-25/+34
2023-06-01libsframe: avoid using magic numberIndu Bhagat1-1/+1
2023-05-31libsframe: minor fixups in flip_fre related functionsIndu Bhagat1-7/+5
2023-05-25sframe/doc: minor improvements for readabilityIndu Bhagat1-10/+10
2023-05-25libsframe: revisit sframe_find_fre APIIndu Bhagat1-34/+49
2023-05-25libsframe: use const char * consistently for immutable FRE buffersIndu Bhagat1-13/+11
2023-05-25libsframe: use uint8_t data type for FRE info related stubsIndu Bhagat1-21/+20
2023-05-17libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr APIIndu Bhagat4-5/+252
2023-05-17libsframe: testsuite: add new tests for sframe_find_fre APIIndu Bhagat5-10/+250
2023-04-19libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat1-11/+7
2023-04-19libsframe: use consistent function argument namesIndu Bhagat1-14/+14
2023-04-19sframe: correct some typosIndu Bhagat1-1/+1
2023-04-19libsframe: use return type of bool for predicate functionsIndu Bhagat1-9/+9
2023-03-22Remove unnecessary memsets in sframe-dump.cAlan Modra1-3/+0
2023-02-02libsframe/doc: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-18/+19
2023-01-24libsframe/doc: fix some warningsIndu Bhagat1-9/+17
2023-01-19libsframe: Use AM_SILENT_RULES macro in configure.acIndu Bhagat2-2/+42
2023-01-13libsframe: replace an strncat with strcatIndu Bhagat1-2/+1
2023-01-06sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat1-2/+4
2023-01-06libsframe: adjust an incorrect check in flip_sframeIndu Bhagat1-9/+13
2023-01-01Update year range in copyright notice of binutils filesAlan Modra16-17/+17
2022-12-25libsframe: write out SFrame FRE start address correctlyIndu Bhagat1-3/+35
2022-12-23libsframe: testsuite: fix memory leaks in testcasesIndu Bhagat3-0/+9
2022-12-23libsframe: fix a memory leak in sframe_decodeIndu Bhagat2-4/+20
2022-12-22sframe: doc: update documentation for pauth key in SFrame FDEIndu Bhagat1-1/+7
2022-12-22objdump/readelf: sframe: emit marker for SFrame FDE with B keyIndu Bhagat1-0/+19
2022-12-16sframe: doc: update spec for the mangled-RA bit in FREIndu Bhagat1-2/+2