]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libsframe: bfd: use uint32_t for return type of sframe_calc_fre_type
authorIndu Bhagat <indu.bhagat@oracle.com>
Tue, 27 Jun 2023 18:55:38 +0000 (11:55 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 27 Jun 2023 19:01:56 +0000 (12:01 -0700)
commit49e4485cba2fa322a649b39c8a05dae8b421331d
tree9e2d27727724e7c7fca2a03ebf8977ac3ad8932c
parent100d405dae25ed30fd823ab78a7db59303494b6f
libsframe: bfd: use uint32_t for return type of sframe_calc_fre_type

Use uint32_t type alias consistently for all APIs in libsframe.

bfd/
* elfxx-x86.c (_bfd_x86_elf_create_sframe_plt): Adjust for the
changed return type.
libsframe/
* sframe.c (sframe_calc_fre_type): Use uint32_t for return type.
include/
* sframe-api.h (sframe_calc_fre_type): Likewise.
bfd/elfxx-x86.c
include/sframe-api.h
libsframe/sframe.c