This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove no longer applicable assertion.


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;	      \
 	  }								      \
       }									      \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]