X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=abi_func_data.sh;h=ff34a5e7bb06ac183eced7fe8d9a40f652337077;hp=637dbae22691c070e918d6d1b7244ee48b4ebfa3;hb=b6bf10a24409113ea5d4d042efb2c7421696f04b;hpb=385f72fbe24447529d356b24c79b03f1633206dc diff --git a/abi_func_data.sh b/abi_func_data.sh index 637dbae..ff34a5e 100755 --- a/abi_func_data.sh +++ b/abi_func_data.sh @@ -2,7 +2,7 @@ CXXFILT=${CXXFILT:-c++filt} -$CXX -S -o - abi_func.cc |sed -n 's/^\(_Z.*\):/\1/p' |$CXXFILT |sed ' +$CXX -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