forked from Imagelibrary/binutils-gdb
Tidy pe flag in coff_data
Make it a bool, use obj_pe accessor everywhere.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user