[uClibc-cvs] uClibc/ldso/include dl-elf.h, 1.8, 1.9 dl-string.h, 1.3, 1.4 dl-syscall.h, 1.3, 1.4 ldso.h, 1.5, 1.6 ld_elf.h, 1.8, NONE ld_hash.h, 1.2, NONE ld_string.h, 1.3, NONE ld_syscall.h, 1.3, NONE

Erik Andersen andersen at uclibc.org
Tue Feb 10 09:26:49 UTC 2004


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

Modified Files:
	dl-elf.h dl-string.h dl-syscall.h ldso.h 
Removed Files:
	ld_elf.h ld_hash.h ld_string.h ld_syscall.h 
Log Message:
Rework file naming, aiming for at least a vague level of consistancy


--- ld_elf.h DELETED ---

--- ld_hash.h DELETED ---

Index: ldso.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ldso.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ldso.h	7 Feb 2004 10:12:24 -0000	1.5
+++ ldso.h	10 Feb 2004 09:26:46 -0000	1.6
@@ -8,10 +8,10 @@
 /* Pull in the arch specific type information */
 #include <sys/types.h>
 /* Now the ldso specific headers */
-#include <ld_elf.h>
-#include <ld_syscall.h>
-#include <ld_hash.h>
-#include <ld_string.h>
+#include <dl-elf.h>
+#include <dl-syscall.h>
+#include <dl-hash.h>
+#include <dl-string.h>
 /* Pull in the arch specific page size */
 #include <asm/page.h>
 #ifndef PAGE_SIZE

--- ld_syscall.h DELETED ---

Index: dl-elf.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/dl-elf.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dl-elf.h	7 Feb 2004 10:12:24 -0000	1.8
+++ dl-elf.h	10 Feb 2004 09:26:46 -0000	1.9
@@ -1,7 +1,7 @@
 #ifndef LINUXELF_H
 #define LINUXELF_H
 
-#include <ld_sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */
+#include <dl-sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */
 #include <elf.h>
 #include <link.h>
 

Index: dl-string.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/dl-string.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dl-string.h	6 Feb 2004 11:12:44 -0000	1.3
+++ dl-string.h	10 Feb 2004 09:26:46 -0000	1.4
@@ -1,13 +1,6 @@
 #ifndef _LINUX_STRING_H_
 #define _LINUX_STRING_H_
 
-extern void *_dl_malloc(int size);
-extern char *_dl_getenv(const char *symbol, char **envp);
-extern void _dl_unsetenv(const char *symbol, char **envp);
-extern char *_dl_strdup(const char *string);
-extern void _dl_dprintf(int, const char *, ...);
-
-
 static size_t _dl_strlen(const char * str);
 static char *_dl_strcat(char *dst, const char *src);
 static char * _dl_strcpy(char * dst,const char *src);

--- ld_string.h DELETED ---

Index: dl-syscall.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/dl-syscall.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dl-syscall.h	10 Feb 2004 06:50:28 -0000	1.3
+++ dl-syscall.h	10 Feb 2004 09:26:46 -0000	1.4
@@ -2,7 +2,7 @@
 #define _LD_SYSCALL_H_
 
 /* Pull in the arch specific syscall implementation */
-#include <ld_syscalls.h>
+#include <dl-syscalls.h>
 /*  For MAP_ANONYMOUS -- differs between platforms */
 #include <asm/mman.h>
 /* Pull in whatever this particular arch's kernel thinks the kernel version of




More information about the uClibc-cvs mailing list