libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_info
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 9 Dec 2022 18:25:31 +0000 (10:25 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 9 Dec 2022 18:25:31 +0000 (10:25 -0800)
commitb659fb35854e49ac16a5538d24bf0e3f0d6e6121
treec8ce3af27be3469f175afec5c7d176a3d7f442e3
parent989aabcb564dccc7804f174fc582b0639357a9bb
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.
bfd/elfxx-x86.c
include/sframe-api.h
libsframe/sframe.c
libsframe/testsuite/libsframe.encode/encode-1.c