about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-03-07 13:35:58 +0000
committerAndreas Jaeger <aj@suse.de>2001-03-07 13:35:58 +0000
commit504216a08101d8cc5e9dec36c6738e34398d0f5d (patch)
tree64a2875ff8eb96b17bcd2567cab34f3f41b5d3dc
parentb9fb7870f362c66325b7b3059145c7e11098a4c5 (diff)
downloadglibc-504216a08101d8cc5e9dec36c6738e34398d0f5d.tar.gz
glibc-504216a08101d8cc5e9dec36c6738e34398d0f5d.tar.xz
glibc-504216a08101d8cc5e9dec36c6738e34398d0f5d.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--elf/ldconfig.c3
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h2
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 42d84e4b2e..47b6f6ae55 100644
--- 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.
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 2318411773..4c00bce8fe 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 aff1c9d6b0..39cb8419f8 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 <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] =
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
index 59a9e90143..5833902b17 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 <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] =