mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Unlike the previous patch which was (except for powerpc64-linux) actually done from looking at actual libstdc++.so.6.0.35 symbols on each arch, the following is all guesses. Given the change analysis done in previous patch, I've updated baseline_symbols.txt which have been updated in GCC 15 by applying the aarch64-linux-gnu baseline_symbols.txt patch for targets which use m size_t mangling and i486-linux-gnu baseline_symbols.txt patch for targets which use j size_t mangling. Skipped targets which haven't been updated in GCC 15 and hppa-linux-gnu where the patch didn't apply cleanly. 2025-05-17 Jakub Jelinek <jakub@redhat.com> * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: Update. * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/sparc64-linux-gnu/32/baseline_symbols.txt: Update. * config/abi/post/sparc64-linux-gnu/baseline_symbols.txt: Update. * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Update. Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
file: libstdc++-v3/README New users may wish to point their web browsers to the file index.html in the 'doc/html' subdirectory. It contains brief building instructions and notes on how to configure the library in interesting ways.