summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-29 10:44:50 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-29 10:44:50 +0000
commit3312c6ac985f422a529cf91cfae035f5a3556f8e (patch)
tree97dc40b830aa594606ff836f4ad1f2625b82d695 /ldso/include
parentda609428b6b31a46c9309423824767ff7b2a415e (diff)
Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
do both operations in a single pass.
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/dl-elf.h1
-rw-r--r--ldso/include/ld_elf.h1
2 files changed, 0 insertions, 2 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,
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,