[PATCH] Add _dl_init_first to elf/Versions

Jeroen Dekkers jeroen@dekkers.cx
Sat Mar 2 17:48:00 GMT 2002


When moving variables to rtld_global and changing elf/Versions to
remove the variables which didn't exist anymore, somehow
_dl_init_first got removed (I think by accident). This caused that
glibc didn't work on GNU/Hurd.

2002-03-03  Jeroen Dekkers  <jeroen@dekkers.cx>

	* elf/Versions (ld: GLIBC_PRIVATE): Add _dl_init_first.

Index: elf/Versions
===================================================================
RCS file: /cvs/glibc/libc/elf/Versions,v
retrieving revision 1.40
diff -u -p -r1.40 Versions
--- Versions	2002/03/01 09:03:05	1.40
+++ Versions	2002/03/03 01:09:01
@@ -51,5 +51,8 @@ ld {
     _dl_unload_cache;
     _rtld_global; _dl_tls_symaddr; _dl_allocate_tls; _dl_deallocate_tls;
     _dl_get_origin;
+
+    # this is defined in ld.so and overridden by libc
+    _dl_init_first;
   }
 }

Jeroen Dekkers
-- 
Jabber supporter - http://www.jabber.org Jabber ID: jdekkers@jabber.org
Debian GNU supporter - http://www.debian.org http://www.gnu.org
IRC: jeroen@openprojects
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20020302/ef65f4b9/attachment.sig>


More information about the Libc-alpha mailing list