#!/bin/csh -f

/bin/nm -Bgv $argv | sed -e 's/ (weak)//'

exit 0
