Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 7 Apr 2002 17:30:05 +0000 (17:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 7 Apr 2002 17:30:05 +0000 (17:30 +0000)
2002-04-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
list.
* elf/Versions: Remove it here.

ChangeLog
elf/Versions
sysdeps/mach/hurd/Versions

index c1424ed..6746a8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
+       list.
+       * elf/Versions: Remove it here.
+
 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
 
        * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
index 477fd2d..4f924e6 100644 (file)
@@ -20,7 +20,7 @@ libc {
   GLIBC_PRIVATE {
     # functions used in other libraries
     _dl_open; _dl_close; _dl_addr;
-    _dl_sym; _dl_vsym; _dl_init_first;
+    _dl_sym; _dl_vsym;
   }
 }
 
index 315f007..15793ad 100644 (file)
@@ -3,6 +3,9 @@ libc {
     # functions with a weak definition in the dynamic linker
     __getcwd; __mmap;
   }
+  GLIBC_PRIVATE {
+    _dl_init_first;
+  }
 }
 
 ld {
@@ -18,4 +21,7 @@ ld {
     _exit; _hurd_intr_rpc_mach_msg;
     abort;
   }
+  GLIBC_PRIVATE {
+    _dl_init_first;
+  }
 }