X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=abi_func_data.sh;h=5260f48c14a4d0a5ad064a064e2bd8ef9c70ce88;hb=7317cc3345e033d52594fb934d922514a49e8ff6;hp=ff34a5e7bb06ac183eced7fe8d9a40f652337077;hpb=b6bf10a24409113ea5d4d042efb2c7421696f04b;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