]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/bout.c
* aout-adobe.c: Don't compare against "true" or "false.
[thirdparty/binutils-gdb.git] / bfd / bout.c
index 9550956e0897ed7c9c0b84315a7d46e82331bfce..37afbb9423e53fa0d4dfd6519a8a501d27c68794 100644 (file)
@@ -956,7 +956,7 @@ b_out_set_section_contents (abfd, section, location, offset, count)
      file_ptr offset;
      bfd_size_type count;
 {
-  if (abfd->output_has_begun == false)
+  if (! abfd->output_has_begun)
     {
       /* Set by bfd.c handler.  */
       if (! aout_32_make_sections (abfd))