We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdd0a9 commit 38d2ca5Copy full SHA for 38d2ca5
src/backend/port/aix/mkldexport.sh
@@ -46,7 +46,7 @@ else
46
echo '#!' $2/$OBJNAME
47
fi
48
$NM -Bg $1 | \
49
- egrep ' [TD] ' | \
+ egrep ' [TDB] ' | \
50
sed -e 's/.* //' | \
51
egrep -v '\$' | \
52
sed -e 's/^[.]//' | \
0 commit comments