svn commit: trunk/uClibc/ldso/ldso/i386

jocke at uclibc.org jocke at uclibc.org
Wed Nov 2 23:52:46 UTC 2005


Author: jocke
Date: 2005-11-02 15:52:45 -0800 (Wed, 02 Nov 2005)
New Revision: 12122

Log:
Don't need this debug check anymore.


Modified:
   trunk/uClibc/ldso/ldso/i386/elfinterp.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/i386/elfinterp.c
===================================================================
--- trunk/uClibc/ldso/ldso/i386/elfinterp.c	2005-11-02 23:51:31 UTC (rev 12121)
+++ trunk/uClibc/ldso/ldso/i386/elfinterp.c	2005-11-02 23:52:45 UTC (rev 12122)
@@ -67,12 +67,6 @@
 	strtab = (char *)tpnt->dynamic_info[DT_STRTAB];
 	symname = strtab + symtab[symtab_index].st_name;
 
-	if (unlikely(reloc_type != R_386_JMP_SLOT)) {
-		_dl_dprintf(2, "%s: Incorrect relocation type in jump relocations\n",
-		            _dl_progname);
-		_dl_exit(1);
-	}
-
 	/* Address of the jump instruction to fix up. */
 	instr_addr = ((unsigned long)this_reloc->r_offset +
 		      (unsigned long)tpnt->loadaddr);




More information about the uClibc-cvs mailing list