Tidy pe flag in coff_data

Make it a bool, use obj_pe accessor everywhere.
This commit is contained in:
Alan Modra
2023-01-06 19:34:15 +10:30
parent 22a95e1a37
commit 10df41b188
11 changed files with 14 additions and 15 deletions

View File

@@ -105,7 +105,7 @@ typedef struct coff_tdata
bool go32;
/* Is this a PE format coff file? */
int pe;
bool pe;
/* Copy of some of the f_flags bits in the COFF filehdr structure,
used by ARM code. */