diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-01-31 17:51:31 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-01-31 17:51:31 +0000 |
commit | 0d23a5c1b1908700d25b7e3c6cece148e19dded4 (patch) | |
tree | 68076816a4d5e06e01bdc0efdb433f613bb61e62 /NEWS | |
parent | 0037bb6010522e20dde2da7922071d5cb53f67eb (diff) | |
download | glibc-0d23a5c1b1908700d25b7e3c6cece148e19dded4.tar glibc-0d23a5c1b1908700d25b7e3c6cece148e19dded4.tar.gz glibc-0d23a5c1b1908700d25b7e3c6cece148e19dded4.tar.bz2 glibc-0d23a5c1b1908700d25b7e3c6cece148e19dded4.zip |
[BZ #16046] Static dlopen correction fallout fixes.
Fixes to address issues from BZ #15022 resolution, as follows:
* TLS updates to csu/libc-tls.c -- we now have a proper main map, so
there's no longer a need to create a separate fake one to keep TLS
structures,
* random updates to elf/dl-close.c -- LM_ID_BASE is now a valid name
space ID for static executables as well, so assert that we don't
unload the main map. Similarly dl_nns isn't supposed to be 0 for
static executables anymore,
* actual BZ #16046 fix to elf/dl-iteratephdr.c -- the dl_iterate_phdr
special function for static executables isn't needed anymore, provided
that l_phdr and l_phnum members of the main map have been properly
initialized (done in _dl_non_dynamic_init in elf/dl-support.c now),
* ld.so.cache loader update to elf/dl-load.c --
GL(dl_ns)[LM_ID_BASE]._ns_loaded is now always initialized in static
executables so can become the fallback loader map to check for
DF_1_NODEFLIB, provided that the l_flags_1 member of the main map has
been properly initialized (done in elf/dl-support.c now); this also
ensures previous semantics elsewhere in elf/dl-load.c,
* matching updates to elf/dl-support.c -- to complement the two fixes
above.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -20,13 +20,13 @@ Version 2.19 15847, 15849, 15850, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15901, 15905, 15909, 15915, 15917, 15919, 15921, 15923, 15939, 15941, 15948, 15963, 15966, 15985, 15988, - 15997, 16032, 16034, 16036, 16037, 16038, 16041, 16055, 16071, 16072, - 16074, 16077, 16078, 16103, 16112, 16133, 16143, 16144, 16146, 16150, - 16151, 16153, 16167, 16169, 16172, 16195, 16214, 16245, 16271, 16274, - 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, - 16366, 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, 16390, - 16394, 16400, 16407, 16408, 16414, 16430, 16431, 16453, 16474, 16506, - 16510 + 15997, 16032, 16034, 16036, 16037, 16038, 16041, 16046, 16055, 16071, + 16072, 16074, 16077, 16078, 16103, 16112, 16133, 16143, 16144, 16146, + 16150, 16151, 16153, 16167, 16169, 16172, 16195, 16214, 16245, 16271, + 16274, 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, + 16365, 16366, 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, + 16390, 16394, 16400, 16407, 16408, 16414, 16430, 16431, 16453, 16474, + 16506, 16510 * Slovenian translations for glibc messages have been contributed by the Translation Project's Slovenian team of translators. |