Files
binutils-gdb/include
Indu Bhagat 7ca80bc6da libsframe: refactor sframe_decoder_add_funcdesc for internal use
sframe_encoder_add_funcdesc () was added for SFRAME_VERSION_1.  This has
since been obsoleted by introduction of SFRAME_VERSION_2 and its
corresponding sframe_decoder_add_funcdesc_v2 API.

Refactor the functionality into an internal-only API:
sframe_encoder_add_funcdesc_internal (). Ensure it returns the error
code for the caller to take necessary action or pass to user.

Keep only two args for sframe_encoder_add_funcdesc: function size and
function start addr.  This simple barebone API will be used in a
subsequent commit to adjust the link-time behaviour of SFrame sections.

Reviewed-by: Jens Remus <jremus@linux.ibm.com>

include/
	* sframe-api.h (sframe_encoder_add_funcdesc): Remove args to
	create the barebone API.
libsframe/
	* sframe.c (sframe_encoder_add_funcdesc): Refactor out into
	sframe_encoder_add_funcdesc_internal.  Change args.
	(sframe_encoder_add_funcdesc_v2): Use the new internal API.
	* libsframe.ver: Move sframe_encoder_add_funcdesc to 2.1 node.
2025-12-24 00:51:43 -08:00
..
2025-09-08 22:17:46 +09:30
2025-07-13 08:35:45 +01:00
2020-01-01 18:12:08 +10:30
2021-01-01 10:31:02 +10:30
2025-07-10 14:26:10 +01:00
2025-05-20 09:49:13 +02:00