mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
The Linux/ia64 libstdc++ baselines haven't been updated in years. This
patch fixes that, makes the "libstdc++-abi/abi_check" test succeed with
master revision 8e23a9982f.
This still excludes the GCC 16 symbols. Also the TLS symbols for
__once_call and __once_callable are excluded as per convention, because
those are not present for all configurations.
Notice that `make new-abi-baseline` will include them, so they need to
be removed from the regenerated "baseline_symbols.txt" prior to any
future update.
libstdc++-v3/ChangeLog:
* config/abi/post/ia64-linux-gnu/baseline_symbols.txt:
Regenerate.
Signed-off-by: Frank Scheiner <frank.scheiner@web.de>