summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-19 08:03:58 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-19 08:03:58 +0000
commit60b67c2ea8243761632297f2d18de348d6924903 (patch)
tree27e11679915cf4d6513b07e1e98c2e99ec05c3bb /ldso
parenteb4a09605477c67962df48f0760a8e94e2b49507 (diff)
This is now done in ldso.c
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/dl-startup.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c
index b8eb5aa17..bd8287047 100644
--- a/ldso/ldso/dl-startup.c
+++ b/ldso/ldso/dl-startup.c
@@ -411,19 +411,6 @@ found_got:
SEND_STDERR("done scanning DYNAMIC section\n");
#endif
- /* Get some more of the information that we will need to dynamicly link
- this module to itself */
-
- hash_addr = (unsigned long *) (tpnt->dynamic_info[DT_HASH] + load_addr);
- tpnt->nbucket = *hash_addr++;
- tpnt->nchain = *hash_addr++;
- tpnt->elf_buckets = hash_addr;
- hash_addr += tpnt->nbucket;
-
-#ifdef __SUPPORT_LD_DEBUG_EARLY__
- SEND_STDERR("done grabbing link information\n");
-#endif
-
#ifndef FORCE_SHAREABLE_TEXT_SEGMENTS
/* Ugly, ugly. We need to call mprotect to change the protection of
the text pages so that we can do the dynamic linking. We can set the