commit | 7b13f65ccbed9fdc6ac70751a2103b7d89d4f9fb | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Jul 09 08:58:11 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Jul 09 09:35:06 2025 +0930 |
tree | dfabb29ed2c4b8d6089be2edb7cc98b96f8a98fb | |
parent | 4d2eb1bb7cdd787c057f5e14a1ec8a7a84eb1d81 [diff] |
gas bfd_reloc_code_real_type Enumeration constants are integer types, so there should be no need to cast such constants to int in expressions. (Perhaps some older gccs warned, I checked back to gcc-4.5.) Remove some of those unnecessary casts. Also remove unnecessary casts to bfd_reloc_code_real_type.