This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add _dl_init_first to elf/Versions


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

Attachment: msg00005/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]