c438ab79bf
GCC does not export construction vtable symbols from shared libraries. The symbols are marked hidden in the objects; for Darwin that makes them also external (“private_extern” is Darwin’s hidden) which means that they show up in the list of possible symbols for export from libstdc++, and there are sufficiently relaxed match conditions that they reach the exports list. When Darwin’s static linker encounters them it generates a warning that they cannot be exported. This patch prunes them from the list of symbols to be considered, thus eliminating the warnings. No functional Change inended to the library exports. 2018-12-06 Iain Sandoe <iain@sandoe.co.uk> * scripts/make_exports.pl (check names): Don’t try to export construction vtable symbols. From-SVN: r266864 |
||
---|---|---|
.. | ||
check_compile | ||
check_performance | ||
create_testsuite_files | ||
extract_symvers.in | ||
extract_symvers.pl | ||
gen_bind_includers.pl | ||
gen_includers2.pl | ||
gen_includers.pl | ||
make_exports.pl | ||
make_graph.py | ||
run_doxygen | ||
testsuite_flags.in |