mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_info
The new name better reflects the purpose of the function. ChangeLog: * bfd/elfxx-x86.c (_bfd_x86_elf_create_sframe_plt): Use new name. * libsframe/sframe.c (sframe_fde_create_func_info): Rename sframe_fde_func_info to this. * libsframe/testsuite/libsframe.encode/encode-1.c: Use new name. include/ChangeLog: * sframe-api.h (sframe_fde_create_func_info): Rename sframe_fde_func_info to this.
This commit is contained in:
@ -83,10 +83,10 @@ _SFRAME_ERRORS
|
||||
extern const char *
|
||||
sframe_errmsg (int error);
|
||||
|
||||
/* Get FDE function info given a FRE_TYPE. */
|
||||
/* Create an FDE function info bye given an FRE_TYPE and an FDE_TYPE. */
|
||||
|
||||
extern unsigned char
|
||||
sframe_fde_func_info (unsigned int fre_type, unsigned int fde_type);
|
||||
sframe_fde_create_func_info (unsigned int fre_type, unsigned int fde_type);
|
||||
|
||||
/* Gather the FRE type given the function size. */
|
||||
|
||||
|
Reference in New Issue
Block a user