commit | 0e3c1eebb22e0ade28b619fb41f42d66ed6fb145 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri May 27 12:37:21 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Fri May 27 22:08:59 2022 +0930 |
tree | 8a886ac9438d7e9268807c07585eef11a146714d | |
parent | aa9b5dbc0f30855aa23034cbd78a1f2025cb9fa9 [diff] |
Remove use of bfd_uint64_t and similar Requiring C99 means that uses of bfd_uint64_t can be replaced with uint64_t, and similarly for bfd_int64_t, BFD_HOST_U_64_BIT, and BFD_HOST_64_BIT. This patch does that, removes #ifdef BFD_HOST_* and tidies a few places that print 64-bit values.