This is the mail archive of the libc-alpha@sourceware.org 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]

Re: [PATCH][BZ #16046] Static dlopen correction fallout fixes


"Maciej W. Rozycki" <macro@codesourcery.com> writes:

> Index: glibc-fsf-trunk-quilt/elf/dl-support.c
> ===================================================================
> --- glibc-fsf-trunk-quilt.orig/elf/dl-support.c	2014-01-29 11:23:16.000000000 +0000
> +++ glibc-fsf-trunk-quilt/elf/dl-support.c	2014-01-29 12:12:22.092011006 +0000
> @@ -91,6 +91,7 @@ static struct link_map _dl_main_map =
>      .l_scope = _dl_main_map.l_scope_mem,
>      .l_local_scope = { &_dl_main_map.l_searchlist },
>      .l_used = 1,
> +    .l_flags_1 = DF_1_NODEFLIB,
>      .l_tls_offset = NO_TLS_OFFSET,
>      .l_serial = 1,
>    };

Why is that needed?

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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