build: include uninitialised data in the ABI symbols
[samba.git] / buildtools / scripts / abi_gen.sh
index ce589c292e34dc16bf4e5f612540478180725e82..e7fec4fccc407af183bff36cc064d53be87eed3f 100755 (executable)
@@ -10,7 +10,7 @@ cat <<EOF
 set height 0
 set width 0
 EOF
-nm $SHAREDLIB | cut -d' ' -f2- | egrep '^[DGTRVW]' | grep -v @ | cut -c3- | sort | while read s; do
+nm $SHAREDLIB | cut -d' ' -f2- | egrep '^[BDGTRVW]' | grep -v @ | cut -c3- | sort | while read s; do
     echo "echo $s: "
     echo p $s
 done