Explorar o código

Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.

Joakim Tjernlund %!s(int64=21) %!d(string=hai) anos
pai
achega
9427c35fd7
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      ldso/ldso/cris/elfinterp.c

+ 0 - 12
ldso/ldso/cris/elfinterp.c

@@ -364,15 +364,3 @@ _dl_parse_relocation_information(struct dyn_elf *rpnt,
 {
 	return _dl_parse(rpnt->dyn, rpnt->dyn->symbol_scope, rel_addr, rel_size, _dl_do_reloc);
 }
-
-int
-_dl_parse_copy_information(struct dyn_elf *rpnt,
-			   unsigned long rel_addr,
-			   unsigned long rel_size)
-{
-	(void)rpnt;
-	(void)rel_addr;
-	(void)rel_size;
-
-	return 0;
-}