| commit | 49e4485cba2fa322a649b39c8a05dae8b421331d | [log] [tgz] |
|---|---|---|
| author | Indu Bhagat <indu.bhagat@oracle.com> | Tue Jun 27 11:55:38 2023 -0700 |
| committer | Indu Bhagat <indu.bhagat@oracle.com> | Tue Jun 27 12:01:56 2023 -0700 |
| tree | 9e2d27727724e7c7fca2a03ebf8977ac3ad8932c | |
| parent | 100d405dae25ed30fd823ab78a7db59303494b6f [diff] |
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.