[9/10 PATCH] Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baseline_symbols.txt files
Jonathan Wakely
jwakely@redhat.com
Fri Apr 26 12:25:00 GMT 2019
On 26/04/19 12:48 +0200, Jakub Jelinek wrote:
>Hi!
>
>The following patch updates the baseline symbols files from April 18th
>Fedora rpm build. I've verified the only added lines are for the
>GLIBCXX_3.4.26 or CXXABI_1.3.12 symvers and I don't see any new long double
>symbol on powerpc64 or s390x, except I had to manually remove
>FUNC:_ZNSbIwSt11char_traitsIwESaIwEE19_M_replace_dispatchIPKcEERS2_N9__gnu_cxx17__normal_iteratorIPwS2_EESA_T_SB_St12__false_type@@GLIBCXX_3.4
>lines that started to appear on all but s390x builds in Fedora rpm builds
>(but they don't show up e.g. on my workstation). Guess we need to make the
>wildcards more careful.
The attached patch would do that. The symbol above is a function
template, so we don't need to export it from the lib (because user
code that needs it will instantiate it anyway). It's only called from
the basic_string<C,T,A>::replace<Iter>(iterator, iterator, Iter, Iter)
function template, which isn't exported from the lib.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 754 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20190426/87770c8b/attachment.bin>
More information about the Libstdc++
mailing list