]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Wed, 7 Mar 2001 13:35:58 +0000 (13:35 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 7 Mar 2001 13:35:58 +0000 (13:35 +0000)
* 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.

ChangeLog
elf/ldconfig.c
sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h

index 42d84e4b2ecfb0116f46215ba7326bdfa3471562..47b6f6ae5596cafdbb22e714af1c1cbea6a7085d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-03-07  Jakub Jelinek  <jakub@redhat.com>
 
+       * 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.
index 231841177323c4e712b63a1dc7ee590acedafba3..4c00bce8fe6b95a9ecfa29357705e7dfe32355dd 100644 (file)
@@ -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
index aff1c9d6b001ca0635fddf6b2feea2ec81e27b31..39cb8419f85c263dbed7310e3226550f87316db4 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
 
+#include <ldsodefs.h>
+
 /* 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] =
index 59a9e901434bb799e2b9299c9e6d3ed6a768ada9..5833902b179bc4b1486db0ce925d9ff292822779 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
 
+#include <ldsodefs.h>
+
 /* 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] =