From: Andreas Jaeger Date: Wed, 7 Mar 2001 13:35:58 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_3~294 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=504216a08101d8cc5e9dec36c6738e34398d0f5d;p=thirdparty%2Fglibc.git Update. * elf/ldconfig.c (_dl_sysdep_message): Remove. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include ldsodefs.h. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 42d84e4b2ec..47b6f6ae559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-03-07 Jakub Jelinek + * elf/ldconfig.c (_dl_sysdep_message): Remove. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include + ldsodefs.h. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise. + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use _dl_error_printf instead of _dl_sysdep_error. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. diff --git a/elf/ldconfig.c b/elf/ldconfig.c index 23184117732..4c00bce8fe6 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -37,9 +37,6 @@ #include "ldconfig.h" #include "dl-cache.h" -/* We don't need this here - silence the compiler. */ -#define _dl_sysdep_message(string, args...) do {} while (0); - #include "dl-procinfo.h" #ifndef LD_SO_CONF diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h b/sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h index aff1c9d6b00..39cb8419f85 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h @@ -21,6 +21,8 @@ #ifndef _DL_PROCINFO_H #define _DL_PROCINFO_H 1 +#include + /* If anything should be added here check whether the size of each string is still ok with the given array size. */ static const char sparc32_cap_flags[][7] = diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h index 59a9e901434..5833902b179 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h @@ -21,6 +21,8 @@ #ifndef _DL_PROCINFO_H #define _DL_PROCINFO_H 1 +#include + /* If anything should be added here check whether the size of each string is still ok with the given array size. */ static const char sparc64_cap_flags[][7] =