From 3312c6ac985f422a529cf91cfae035f5a3556f8e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 29 Jan 2004 10:44:50 +0000 Subject: Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and do both operations in a single pass. --- ldso/include/dl-elf.h | 1 - ldso/include/ld_elf.h | 1 - 2 files changed, 2 deletions(-) (limited to 'ldso/include') 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, diff --git a/ldso/include/ld_elf.h b/ldso/include/ld_elf.h index 75c7d2761..7ae1591c2 100644 --- a/ldso/include/ld_elf.h +++ b/ldso/include/ld_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, -- cgit v1.2.3