Report common symbols with one reference as UNREF too.

This commit is contained in:
Poul-Henning Kamp 1995-12-13 15:33:10 +00:00
parent 6ba9ebce28
commit 8d447bb443
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12814

View file

@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
# $Id: kernxref.sh,v 1.1 1995/10/15 11:33:42 phk Exp $
# $Id: kernxref.sh,v 1.2 1995/11/06 16:51:45 phk Exp $
#
# This shellscript will make a cross reference of the symbols of the LINT
# kernel.
@ -42,11 +42,10 @@ NF > 1 {
} else if ($2 == "C") {
if (def[$3] == $2)
i++
else if (def[$3] != "")
def[$3]=def[$3]",C"
else if (def[$3] == "")
def[$3]=$1
else
def[$3]="C"
ref[$3]=ref[$3]" "$1
ref[$3]=ref[$3]" "$1
} else {
print ">>>",$0
}