mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00:00
* sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs): Initialize, needed for change in common symbol handling in newer binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
2000-08-15 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs): Initialize, needed for change in common symbol handling in newer binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
This commit is contained in:
parent
805d2e7d47
commit
3142475c1a
@ -1,3 +1,9 @@
|
||||
2000-08-15 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs):
|
||||
Initialize, needed for change in common symbol handling in newer
|
||||
binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
|
||||
|
||||
2000-08-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/constload1.c: Call mtrace. Check return value of dlclose call.
|
||||
|
@ -49,7 +49,7 @@ extern char **_environ;
|
||||
extern void ENTRY_POINT (void);
|
||||
|
||||
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 containts the lowest stack address ever used. */
|
||||
void *__libc_stack_end;
|
||||
|
Loading…
Reference in New Issue
Block a user