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-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
GLIBC_PRIVATE {
# functions used in other libraries
_dl_open; _dl_close; _dl_addr;
- _dl_sym; _dl_vsym; _dl_init_first;
+ _dl_sym; _dl_vsym;
}
}
# functions with a weak definition in the dynamic linker
__getcwd; __mmap;
}
+ GLIBC_PRIVATE {
+ _dl_init_first;
+ }
}
ld {
_exit; _hurd_intr_rpc_mach_msg;
abort;
}
+ GLIBC_PRIVATE {
+ _dl_init_first;
+ }
}