]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libsframe/sframe.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / libsframe / sframe.c
2024-01-04  Alan ModraUpdate year range in copyright notice of binutils files
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: remove sframe_get_funcdesc_with_addr API
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 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-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-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: fix a memory leak in sframe_decode
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-15  Indu Bhagatbfd: linker: merge .sframe sections
2022-11-15  Weimin Panlibsframe: add the SFrame library