PERFORCE change 135251 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Feb 12 05:44:27 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135251

Change 135251 by gonzo at gonzo_jeeves on 2008/02/12 13:44:10

	o Remove chunk of debug code 

Affected files ...

.. //depot/projects/mips2-jnpr/src/libexec/rtld-elf/mips/reloc.c#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/libexec/rtld-elf/mips/reloc.c#2 (text+ko) ====

@@ -117,9 +117,6 @@
 			assert(ELF_R_SYM(rel->r_info) < gotsym);
 			sym = symtab + ELF_R_SYM(rel->r_info);
 			assert(ELF_ST_BIND(sym->st_info) == STB_LOCAL);
-		if(load_ptr(where) + relocbase == 0x6008ed78) {
-			assert(where);
-		}
 			store_ptr(where, load_ptr(where) + relocbase);
 			break;
 


More information about the p4-projects mailing list