]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/aout-adobe.c
* aout-adobe.c: Don't compare against "true" or "false.
[thirdparty/binutils-gdb.git] / bfd / aout-adobe.c
index 83983398aa77078f610e513cd4acdc5ff5fae360..11f1ca33241a0953564006bd0f5b6b76fbe49f10 100644 (file)
@@ -416,7 +416,7 @@ aout_adobe_set_section_contents (abfd, section, location, offset, count)
   sec_ptr sect;
 
   /* Set by bfd.c handler.  */
-  if (abfd->output_has_begun == false)
+  if (! abfd->output_has_begun)
     {
       /* Assign file offsets to sections.  Text sections are first, and
         are contiguous.  Then data sections.  Everything else at the end.  */