X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=abi_func_data.sh;h=5260f48c14a4d0a5ad064a064e2bd8ef9c70ce88;hb=ff45df5ea5bba5e2de7a840d44b81795dd47766c;hp=ff34a5e7bb06ac183eced7fe8d9a40f652337077;hpb=143828a650ebef591c283ec751b3106232cfd0e0;p=musl-tables diff --git a/abi_func_data.sh b/abi_func_data.sh index ff34a5e..5260f48 100755 --- a/abi_func_data.sh +++ b/abi_func_data.sh @@ -2,7 +2,7 @@ CXXFILT=${CXXFILT:-c++filt} -$CXX -nostdinc++ -S -o - abi_func.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed ' +$CXX -std=c++11 -nostdinc++ -S -o - abi_func.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed ' s/(\*)/@/;s/^t_\([^(]*\)(\(.*\)@\(.*\))/\2\1\3/ s/floatcomplex /float _Complex/g s/doublecomplex /double _Complex/g