[PATCH] Remove no longer applicable assertion.

David Miller davem@davemloft.net
Fri Apr 6 06:41:00 GMT 2012


As mentioned by Carlos earlier.

2012-04-05  David S. Miller  <davem@davemloft.net>

	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove no longer
	relevant assertion.

diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h
index 310ad5e..da88124 100644
--- a/elf/dynamic-link.h
+++ b/elf/dynamic-link.h
@@ -293,7 +293,6 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp)
 	else								      \
 	  {								      \
 	    /* Combine processing the sections.  */			      \
-	    assert (ranges[0].start + ranges[0].size == start);		      \
 	    ranges[0].size += (map)->l_info[DT_PLTRELSZ]->d_un.d_val;	      \
 	  }								      \
       }									      \



More information about the Libc-alpha mailing list