aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-01-06 19:34:15 +1030
committerAlan Modra <amodra@gmail.com>2023-01-06 21:06:15 +1030
commit10df41b188b2692b6bc8c36d4003e0f8790d1f1b (patch)
tree8e35758d1b7208320c9808601492948b381be905 /bfd/libcoff.h
parent22a95e1a37aff28238e9d40bbe4441aa554a14c6 (diff)
downloadbinutils-10df41b188b2692b6bc8c36d4003e0f8790d1f1b.zip
binutils-10df41b188b2692b6bc8c36d4003e0f8790d1f1b.tar.gz
binutils-10df41b188b2692b6bc8c36d4003e0f8790d1f1b.tar.bz2
Tidy pe flag in coff_data
Make it a bool, use obj_pe accessor everywhere.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index f03330f..c2c1f4a 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -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. */