]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/nlm32-i386.c
* aout-adobe.c: Don't compare against "true" or "false.
[thirdparty/binutils-gdb.git] / bfd / nlm32-i386.c
index 32b05b4eb08b6fb9c566cbe84711c6f158ae7b0e..095ab63f96cf33ad2d06d69046c3c504c9d13595 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for 32-bit i386 NLM (NetWare Loadable Module)
-   Copyright 1993, 1994, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -378,9 +378,7 @@ nlm_i386_read_import (abfd, sym)
     {
       asection *section;
 
-      if (nlm_i386_read_reloc (abfd, sym, &section,
-                              &nlm_relocs -> reloc)
-         == false)
+      if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
        return false;
       nlm_relocs -> section = section;
       nlm_relocs++;
@@ -414,8 +412,7 @@ nlm_i386_write_external (abfd, count, sym, relocs)
 
   for (i = 0; i < count; i++)
     {
-      if (nlm_i386_write_import (abfd, relocs[i].sec,
-                                relocs[i].rel) == false)
+      if (! nlm_i386_write_import (abfd, relocs[i].sec, relocs[i].rel))
        return false;
     }