binutils-gdb/libsframe
Indu Bhagat 1466e49f7d libsframe: avoid unnecessary type casts
Change the data type of some of the members of the sframe_decoder_ctx
and sframe_encoder_ctx data structures to use the applicable data types
explicitly. Current implementation in libsframe does type casts, which
seem unnecessary.

libsframe/
	* libsframe/sframe-impl.h (struct sframe_decoder_ctx): Use
	applicable data type explicitly.
	(struct sframe_encoder_ctx): Likewise. Use same style of
	comments consistently.
	* libsframe/sframe.c (struct sf_fde_tbl): Define without
	typedef.
	(struct sf_fre_tbl): Likewise.
	(sframe_decode): Remove unnecessary type casts.
	(sframe_encoder_get_funcdesc_at_index): Likewise.
	(sframe_encoder_add_fre): Likewise.
	(sframe_encoder_add_funcdesc): Likewise.
	(sframe_sort_funcdesc): Likewise.
	(sframe_encoder_write_sframe): Likewise.
2023-06-05 14:17:15 -07:00
..
doc sframe/doc: minor improvements for readability 2023-05-25 23:44:15 -07:00
testsuite libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API 2023-05-17 23:14:52 -07:00
aclocal.m4
config.h.in
configure libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
configure.ac libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
Makefile.am Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
Makefile.in libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API 2023-05-17 23:14:52 -07:00
sframe-dump.c Remove unnecessary memsets in sframe-dump.c 2023-03-22 09:39:41 +10:30
sframe-error.c Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-impl.h libsframe: avoid unnecessary type casts 2023-06-05 14:17:15 -07:00
sframe.c libsframe: avoid unnecessary type casts 2023-06-05 14:17:15 -07:00