From f5876d1dfb3130473a8307c17847e4bcc697a7e2 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 2 Nov 2005 23:52:45 +0000 Subject: Don't need this debug check anymore. --- ldso/ldso/i386/elfinterp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/i386/elfinterp.c b/ldso/ldso/i386/elfinterp.c index 92e415664..62e854d87 100644 --- a/ldso/ldso/i386/elfinterp.c +++ b/ldso/ldso/i386/elfinterp.c @@ -67,12 +67,6 @@ _dl_linux_resolver(struct elf_resolve *tpnt, int reloc_entry) 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); -- cgit v1.2.3