[uClibc-cvs] uClibc/ldso/include ld_elf.h,1.4,1.5

Erik Andersen andersen at uclibc.org
Thu Jan 29 10:44:51 UTC 2004


Update of /var/cvs/uClibc/ldso/include
In directory nail:/tmp/cvs-serv12637/include

Modified Files:
	ld_elf.h 
Log Message:
Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
do both operations in a single pass.


Index: ld_elf.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ld_elf.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ld_elf.h	4 Nov 2003 13:07:45 -0000	1.4
+++ ld_elf.h	29 Jan 2004 10:44:49 -0000	1.5
@@ -58,7 +58,6 @@
 
 
 /* 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,




More information about the uClibc-cvs mailing list