gas/write.c use better types
authorAlan Modra <amodra@gmail.com>
Wed, 5 Apr 2023 09:45:18 +0000 (19:15 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 6 Apr 2023 00:21:38 +0000 (09:51 +0930)
commit6ff1cef1b40ccaa45bbbd765d81d750c2dc4f0ac
treea1fd0389057bfc7558ff0673e1e01c0d1a339fac
parent41e6ffcecbcf62ae1f1aee52fad94b4f02b0706f
gas/write.c use better types

A tiny tidy.

* write.c (frags_chained): Make it a bool.
(n_fixups): Make it unsigned.
gas/write.c