diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-29 10:44:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-29 10:44:50 +0000 |
commit | 3312c6ac985f422a529cf91cfae035f5a3556f8e (patch) | |
tree | 97dc40b830aa594606ff836f4ad1f2625b82d695 /ldso/include/dl-elf.h | |
parent | da609428b6b31a46c9309423824767ff7b2a415e (diff) |
Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
do both operations in a single pass.
Diffstat (limited to 'ldso/include/dl-elf.h')
-rw-r--r-- | ldso/include/dl-elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h index 75c7d2761..7ae1591c2 100644 --- a/ldso/include/dl-elf.h +++ b/ldso/include/dl-elf.h @@ -58,7 +58,6 @@ static inline void _dl_unmap_cache(void) { } /* Function prototypes for non-static stuff in readelflib1.c */ -int _dl_copy_fixups(struct dyn_elf * tpnt); extern int _dl_parse_copy_information(struct dyn_elf *rpnt, unsigned long rel_addr, unsigned long rel_size, int type); extern void _dl_parse_lazy_relocation_information(struct elf_resolve *tpnt, |