[uClibc-cvs] CVS uClibc/ldso/ldso/powerpc

CVS User jocke jocke at codepoet.org
Thu Oct 7 13:48:22 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/powerpc
In directory nail:/tmp/cvs-serv21637/ldso/powerpc

Modified Files:
	elfinterp.c 
Log Message:
Remove usage of _dl_parse_copy_information() from generic code.
Remove definition of _dl_parse_copy_information() for powerpc.
Remaining archs can do the same.
Make debugging output of "relocation processing: xxx" a bit more sane.


--- /var/cvs/uClibc/ldso/ldso/powerpc/elfinterp.c	2004/09/23 06:56:59	1.46
+++ /var/cvs/uClibc/ldso/ldso/powerpc/elfinterp.c	2004/10/07 13:48:21	1.47
@@ -477,12 +477,3 @@
 {
 	return _dl_parse(rpnt->dyn, rpnt->dyn->symbol_scope, rel_addr, rel_size, _dl_do_reloc);
 }
-
-/* Should be a static inline instead, but that conflicts with ld_elf.h */
-int _dl_parse_copy_information(struct dyn_elf *rpnt,
-	unsigned long rel_addr, unsigned long rel_size)
-{
-	/* Not used! */
-	return 0;
-}
-



More information about the uClibc-cvs mailing list