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 Fix comments in testsuite script 2018-08-23 16:10:35 +01:00
check_performance libstdc++: Pass CXXFLAGS to check_performance script 2020-10-09 14:01:55 +01:00
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 Update copyright years. 2021-01-04 10:26:59 +01:00
extract_symvers.pl Update copyright years. 2021-01-04 10:26:59 +01:00
gen_bind_includers.pl
gen_includers.pl
gen_includers2.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 testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00