summaryrefslogtreecommitdiff
path: root/bfd/coff-or32.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-or32.c')
-rw-r--r--bfd/coff-or32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-or32.c b/bfd/coff-or32.c
index eafd9afd118..c82b9af68f1 100644
--- a/bfd/coff-or32.c
+++ b/bfd/coff-or32.c
@@ -187,7 +187,7 @@ or32_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
/* consth, part 2
Now relocate the reference. */
- if (part1_consth_active == false)
+ if (! part1_consth_active)
{
*error_message = (char *) "Missing IHIHALF";
return bfd_reloc_dangerous;