aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsframe: remove runstatedir in Makefile.inClément Chigot2024-07-101-1/+0
* libsframe: accept --target configure optionClément Chigot2024-07-103-81/+138
* doc: sframe: add appendix for generating stack tracesIndu Bhagat2024-07-091-0/+84
* doc: sframe: segregate the ABI/arch-specific componentsIndu Bhagat2024-07-091-28/+110
* readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus2024-07-041-3/+5
* readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus2024-07-041-0/+10
* doc: sframe: small improvements for readabilityIndu Bhagat2024-06-251-130/+183
* autoupdate: add square brackets around arguments of AC_INITMatthieu Longo2024-06-101-1/+1
* mmap: Avoid the sanitizer configure check failureH.J. Lu2024-04-104-1/+8
* libsframe: Fix calloc argument order in dump_sframe_headerMark Wielaard2024-01-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2024-01-0420-21/+21
* regen configAlan Modra2023-08-121-21/+52
* doc: sframe: update specification for SFRAME_VERSION_2Indu Bhagat2023-06-291-10/+74
* sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat2023-06-297-22/+98
* libsframe: add new APIs to get SFrame versionIndu Bhagat2023-06-292-0/+22
* libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat2023-06-292-24/+60
* libsframe: bfd: use uint32_t for return type of get_num_fidx APIsIndu Bhagat2023-06-271-5/+5
* libsframe: use appropriate data types for args of sframe_encodeIndu Bhagat2023-06-271-2/+3
* libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat2023-06-272-2/+2
* libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat2023-06-272-9/+9
* libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat2023-06-271-1/+1
* libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat2023-06-271-21/+21
* libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat2023-06-271-6/+11
* libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat2023-06-272-9/+17
* libsframe: add symbol versioningIndu Bhagat2023-06-275-6/+144
* libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat2023-06-271-4/+16
* libsframe: add library versioningIndu Bhagat2023-06-273-1/+43
* libsframe: testsuite: add sframe_find_fre tests for pltN entriesIndu Bhagat2023-06-094-5/+175
* libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat2023-06-091-1/+1
* libsframe: reuse static function sframe_decoder_get_funcdesc_at_indexIndu Bhagat2023-06-071-23/+25
* libsframe: fix cosmetic issues and typosIndu Bhagat2023-06-062-4/+6
* libsframe: avoid unnecessary type castsIndu Bhagat2023-06-052-25/+34
* libsframe: avoid using magic numberIndu Bhagat2023-06-011-1/+1
* libsframe: minor fixups in flip_fre related functionsIndu Bhagat2023-05-311-7/+5
* sframe/doc: minor improvements for readabilityIndu Bhagat2023-05-251-10/+10
* libsframe: revisit sframe_find_fre APIIndu Bhagat2023-05-251-34/+49
* libsframe: use const char * consistently for immutable FRE buffersIndu Bhagat2023-05-251-13/+11
* libsframe: use uint8_t data type for FRE info related stubsIndu Bhagat2023-05-251-21/+20
* libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr APIIndu Bhagat2023-05-174-5/+252
* libsframe: testsuite: add new tests for sframe_find_fre APIIndu Bhagat2023-05-175-10/+250
* libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat2023-04-191-11/+7
* libsframe: use consistent function argument namesIndu Bhagat2023-04-191-14/+14
* sframe: correct some typosIndu Bhagat2023-04-191-1/+1
* libsframe: use return type of bool for predicate functionsIndu Bhagat2023-04-191-9/+9
* Remove unnecessary memsets in sframe-dump.cAlan Modra2023-03-221-3/+0
* libsframe/doc: use "stack trace" instead of "unwind" for SFrameIndu Bhagat2023-02-021-18/+19
* libsframe/doc: fix some warningsIndu Bhagat2023-01-241-9/+17
* libsframe: Use AM_SILENT_RULES macro in configure.acIndu Bhagat2023-01-192-2/+42
* libsframe: replace an strncat with strcatIndu Bhagat2023-01-131-2/+1
* sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat2023-01-061-2/+4