diff options
author | David S. Miller <davem@davemloft.net> | 2013-11-12 12:48:01 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-12 12:48:01 -0800 |
commit | 7ddace62b0ea4c733fec0a50b52dbdef64f40c9c (patch) | |
tree | 77605c0688de0630370bb0f75e33f81181413658 /NEWS | |
parent | e47e1d8f1cde4be3f02a948c017d6286ac34da0d (diff) | |
download | glibc-7ddace62b0ea4c733fec0a50b52dbdef64f40c9c.tar.gz glibc-7ddace62b0ea4c733fec0a50b52dbdef64f40c9c.tar.xz glibc-7ddace62b0ea4c733fec0a50b52dbdef64f40c9c.zip |
Fix sparc 64-bit GMP ifunc resolution in static builds.
[BZ #16150] * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic symbol in the non-vis3 case in static builds. * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise. * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index dfab0dc76b..a6f25e19b9 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ Version 2.19 15844, 15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 16032, 16034, 16036, - 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16153. + 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16150, 16153. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |