[uClibc-cvs] CVS uClibc/ldso/include

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


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

Modified Files:
	dl-elf.h dl-hash.h 
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/include/dl-elf.h	2004/10/06 07:34:14	1.16
+++ /var/cvs/uClibc/ldso/include/dl-elf.h	2004/10/07 13:48:19	1.17
@@ -20,8 +20,6 @@
 
 
 /* Function prototypes for non-static stuff in readelflib1.c */
-extern int _dl_parse_copy_information(struct dyn_elf *rpnt,
-	unsigned long rel_addr, unsigned long rel_size);
 extern void _dl_parse_lazy_relocation_information(struct dyn_elf *rpnt,
 	unsigned long rel_addr, unsigned long rel_size);
 extern int _dl_parse_relocation_information(struct dyn_elf *rpnt,
--- /var/cvs/uClibc/ldso/include/dl-hash.h	2004/09/08 09:43:24	1.7
+++ /var/cvs/uClibc/ldso/include/dl-hash.h	2004/10/07 13:48:19	1.8
@@ -61,11 +61,10 @@
 #endif
 };
 
-#define COPY_RELOCS_DONE    1
-#define RELOCS_DONE         2
-#define JMP_RELOCS_DONE     4
-#define INIT_FUNCS_CALLED   8
-#define FINI_FUNCS_CALLED   16
+#define RELOCS_DONE         1
+#define JMP_RELOCS_DONE     2
+#define INIT_FUNCS_CALLED   4
+#define FINI_FUNCS_CALLED   8
 
 extern struct dyn_elf     * _dl_symbol_tables;
 extern struct elf_resolve * _dl_loaded_modules;



More information about the uClibc-cvs mailing list