]> Git Repo - uclibc-ng.git/commitdiff
Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.
authorJoakim Tjernlund <[email protected]>
Thu, 7 Oct 2004 18:57:40 +0000 (18:57 -0000)
committerJoakim Tjernlund <[email protected]>
Thu, 7 Oct 2004 18:57:40 +0000 (18:57 -0000)
ldso/ldso/cris/elfinterp.c

index d5f666fd2bcd8b51b8500e3ba918d4a27e4b75ac..37955cc6f6cb86c670b072851cf5b1820633d04f 100644 (file)
@@ -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;
-}
This page took 0.024234 seconds and 4 git commands to generate.