gcc/libstdc++-v3/scripts
Jonathan Wakely 7bf710b511 libstdc++: Add support for '?' in linker script globs
The scripts/make_exports.pl script used for darwin only replaces '*'
wildcards in globs, it doesn't handle '?'. This means the recent changes
to std::__timepunct exports broke darwin.

Rather than use mangled names in the linker script, this adds support
for '?' to the perl script.

This also removes some unnecessary escaping of the replacement strings
in s// substitutions.

libstdc++-v3/ChangeLog:

	* scripts/make_exports.pl: Replace '?' with '.' when turning
	a glob into a regex.
2021-12-13 13:14:51 +00:00
..
check_compile
check_performance
check_simd libstdc++: Add simd testsuite 2021-01-27 16:37:26 +00:00
create_testsuite_files libstdc++: Add simd testsuite 2021-01-27 16:37:26 +00:00
extract_symvers.in
extract_symvers.pl
gen_bind_includers.pl
gen_includers2.pl
gen_includers.pl
make_exports.pl libstdc++: Add support for '?' in linker script globs 2021-12-13 13:14:51 +00:00
make_graph.py
run_doxygen libstdc++: Improve generated man pages for libstdc++ 2021-10-21 22:24:57 +01:00
testsuite_flags.in