]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libsframe
Fix: nm: SEGV at bfd/elf.c:2267 in _bfd_elf_get_dynamic_symbols
[thirdparty/binutils-gdb.git] / libsframe /
2023-08-12  Alan Modraregen config
2023-06-29  Indu Bhagatdoc: sframe: update specification for SFRAME_VERSION_2
2023-06-29  Indu Bhagatsframe: bfd: gas: ld: format bump to SFrame version 2
2023-06-29  Indu Bhagatlibsframe: add new APIs to get SFrame version
2023-06-29  Indu Bhagatlibsframe: fix sframe_find_fre for pltN entries
2023-06-27  Indu Bhagatlibsframe: bfd: use uint32_t for return type of get_num...
2023-06-27  Indu Bhagatlibsframe: use appropriate data types for args of sfram...
2023-06-27  Indu Bhagatlibsframe: use uint8_t for return type of sframe_fre_ge...
2023-06-27  Indu Bhagatlibsframe: use uint8_t instead of unsigned char for...
2023-06-27  Indu Bhagatlibsframe: bfd: use uint32_t for return type of sframe_...
2023-06-27  Indu Bhagatlibsframe: use uint32_t for fre_type and fde_type funct...
2023-06-27  Indu Bhagatlibsframe: update the semantics of sframe_fre_get_fp_offset
2023-06-27  Indu Bhagatlibsframe: update the semantics of sframe_fre_get_ra_offset
2023-06-27  Indu Bhagatlibsframe: add symbol versioning
2023-06-27  Indu Bhagatlibsframe: remove sframe_get_funcdesc_with_addr API
2023-06-27  Indu Bhagatlibsframe: add library versioning
2023-06-09  Indu Bhagatlibsframe: testsuite: add sframe_find_fre tests for...
2023-06-09  Indu Bhagatlibsframe: fix sframe_find_fre for pltN entries
2023-06-07  Indu Bhagatlibsframe: reuse static function sframe_decoder_get_fun...
2023-06-06  Indu Bhagatlibsframe: fix cosmetic issues and typos
2023-06-05  Indu Bhagatlibsframe: avoid unnecessary type casts
2023-06-01  Indu Bhagatlibsframe: avoid using magic number
2023-06-01  Indu Bhagatlibsframe: minor fixups in flip_fre related functions
2023-05-26  Indu Bhagatsframe/doc: minor improvements for readability
2023-05-26  Indu Bhagatlibsframe: revisit sframe_find_fre API
2023-05-26  Indu Bhagatlibsframe: use const char * consistently for immutable...
2023-05-26  Indu Bhagatlibsframe: use uint8_t data type for FRE info related...
2023-05-18  Indu Bhagatlibsframe: testsuite: add tests for sframe_get_funcdesc...
2023-05-18  Indu Bhagatlibsframe: testsuite: add new tests for sframe_find_fre API
2023-04-19  Indu Bhagatlibsframe: minor formatting fixes in sframe_encoder_wri...
2023-04-19  Indu Bhagatlibsframe: use consistent function argument names
2023-04-19  Indu Bhagatsframe: correct some typos
2023-04-19  Indu Bhagatlibsframe: use return type of bool for predicate functions
2023-03-21  Alan ModraRemove unnecessary memsets in sframe-dump.c
2023-02-02  Indu Bhagatlibsframe/doc: use "stack trace" instead of "unwind...
2023-01-24  Indu Bhagatlibsframe/doc: fix some warnings
2023-01-19  Indu Bhagatlibsframe: Use AM_SILENT_RULES macro in configure.ac
2023-01-13  Indu Bhagatlibsframe: replace an strncat with strcat
2023-01-06  Indu Bhagatsframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constants
2023-01-06  Indu Bhagatlibsframe: adjust an incorrect check in flip_sframe
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-12-25  Indu Bhagatlibsframe: write out SFrame FRE start address correctly
2022-12-23  Indu Bhagatlibsframe: testsuite: fix memory leaks in testcases
2022-12-23  Indu Bhagatlibsframe: fix a memory leak in sframe_decode
2022-12-22  Indu Bhagatsframe: doc: update documentation for pauth key in...
2022-12-22  Indu Bhagatobjdump/readelf: sframe: emit marker for SFrame FDE...
2022-12-17  Indu Bhagatsframe: doc: update spec for the mangled-RA bit in FRE
2022-12-17  Indu Bhagatobjdump/readelf: sframe: emit marker for FREs with...
2022-12-17  Indu Bhagatlibsframe: provide new access API for mangled RA bit
2022-12-15  Indu Bhagatlibsframe asan: avoid generating misaligned loads
2022-12-09  Indu Bhagatlibsframe: rename API sframe_fde_func_info to sframe_fd...
2022-12-09  Indu Bhagatsframe: gas: libsframe: define constants and remove...
2022-12-09  Indu Bhagatlibsframe: minor formatting nits
2022-11-24  Indu Bhagatsframe/doc: remove usage of xrefautomaticsectiontitle
2022-11-15  Indu Bhagatdoc: add SFrame spec file
2022-11-15  Indu Bhagatreadelf/objdump: support for SFrame section
2022-11-15  Indu Bhagatbfd: linker: merge .sframe sections
2022-11-15  Weimin Panlibsframe: add the SFrame library