From 0d9e139762cd9de90f59075f9c15610b9ebf4bca Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 26 Sep 1994 02:48:36 +0000 Subject: [PATCH] tipo --- bfd/elfcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 60e8957a58f..847d8e46662 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -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. */ -- 2.30.2