tipo
authorIan Lance Taylor <ian@airs.com>
Mon, 26 Sep 1994 02:48:36 +0000 (02:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 26 Sep 1994 02:48:36 +0000 (02:48 +0000)
bfd/elfcode.h

index 60e8957a58fee6938ab93acb5cefed50a94c4279..847d8e46662b0fef98585eb7b3c8ba48c495d2bb 100644 (file)
@@ -2103,7 +2103,7 @@ assign_file_positions_except_relocs (abfd, dosyms)
       phdr_map = map_program_segments (abfd, phdr_off, first, phdr_size);
       if (phdr_map == (file_ptr) -1)
        return false;
-      BFD_ASSERT (phdr_map == phdr_off + phdr_size);
+      BFD_ASSERT (phdr_map <= phdr_off + phdr_size);
     }
 
   /* Place the section headers.  */