[PATCH][BZ #16046] Static dlopen correction fallout fixes
Andreas Schwab
schwab@suse.de
Tue Aug 4 13:15:00 GMT 2015
"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."
More information about the Libc-alpha
mailing list