From: Ulrich Drepper Date: Tue, 4 Jan 2000 19:54:11 +0000 (+0000) Subject: Initialize __libc_multiple_libcs, needed for change in common symbol X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67aee64327f54e66fbebb83405507799f0862f5;p=thirdparty%2Fglibc.git Initialize __libc_multiple_libcs, needed for change in common symbol handing in newer binutils. --- diff --git a/sysdeps/generic/dl-sysdep.c b/sysdeps/generic/dl-sysdep.c index 4f2a2f6da3a..784e7adb5e2 100644 --- a/sysdeps/generic/dl-sysdep.c +++ b/sysdeps/generic/dl-sysdep.c @@ -47,7 +47,7 @@ extern void ENTRY_POINT (void); ElfW(Addr) _dl_base_addr; int __libc_enable_secure; -int __libc_multiple_libcs; /* Defining this here avoids the inclusion +int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion of init-first. */ /* This variable contains the lowest stack address ever used. */ void *__libc_stack_end;