On Mon, 20 Feb 2023 at 11:54, Jakub Jelinek via Libstdc++ <libstd...@gcc.gnu.org> wrote: > > Hi!
Sorry for the delay. > This updates baseline_symbols.txt for the Fedora 39 arches. > Most of the added symbols are added to all 6 files, exceptions are > DF16_ rtti stuff (only added on x86 and aarch64 which supports those), > DF16b rtti stuff (only x86 right now), _M_replace_cold (m vs. j > differences), DF128_ charconv (only x86), GLIBCXX_IEEE128_3.4.31 > symver symbols (only ppc64), GLIBCXX_LDBL_3.4.31 symver (ppc64 and s390x), > _M_get_sys_info/_M_get_local_info (l vs. x) and > 1 > +FUNC:_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEEEPKT_RKSt6locale@@GLIBCXX_3.4.31 > 1 > +FUNC:_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEEEPKT_RKSt6locale@@GLIBCXX_3.4.31 > 1 > +FUNC:_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEEEPKT_RKSt6locale@@GLIBCXX_3.4.31 > 1 > +FUNC:_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEEEPKT_RKSt6locale@@GLIBCXX_3.4.31 > for those, I wonder why they aren't in GLIBCXX_IEEE128_3.4.31 symver... PR 108882 is fixed now, so they're not in the GLIBCXX_3.4.31 symver now. > I was using > grep ^+ | sed 's/OBJECT:[0-9]*:/OBJECT:/' | sort | uniq -c | sort -n | less > on the patch to analyze. > > Ok for trunk? I guess you want to regenerate the powerpc64 ones now. The others are all OK for trunk. > > 2023-02-20 Jakub Jelinek <ja...@redhat.com> > > * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. > * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update. > * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Update. > * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update. > * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Update. > * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Update.