]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libsframe/sframe.c
libsframe: fix sframe_find_fre for pltN entries
[thirdparty/binutils-gdb.git] / libsframe / sframe.c
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