summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd/coffgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/bfd/coffgen.c')
-rw-r--r--contrib/binutils/bfd/coffgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/bfd/coffgen.c b/contrib/binutils/bfd/coffgen.c
index ee6c8fc..21589c6 100644
--- a/contrib/binutils/bfd/coffgen.c
+++ b/contrib/binutils/bfd/coffgen.c
@@ -2196,7 +2196,7 @@ _bfd_coff_is_local_label_name (abfd, name)
bfd *abfd ATTRIBUTE_UNUSED;
const char *name;
{
- return name[0] == '.' && name[1] == 'L';
+ return (boolean) (name[0] == '.' && name[1] == 'L');
}
/* Provided a BFD, a section and an offset (in bytes, not octets) into the
OpenPOWER on IntegriCloud