aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-07-19 10:29:07 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-07-19 10:29:07 +0000
commit5fc8ac9eb8c99b54461f036237f05e3ad0932bf9 (patch)
tree78e4ff0fb4cdc220e44d01a8bc2a2d259a51bee8 /tools
parent2628ebdbd11d8f2b3c1a959787cc5df99bf616f2 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/kernxref/kernxref.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh
index 09b4fa1524e7..95e22dd31df5 100644
--- a/tools/tools/kernxref/kernxref.sh
+++ b/tools/tools/kernxref/kernxref.sh
@@ -12,7 +12,7 @@
# This shellscript will make a cross reference of the symbols of the LINT
# kernel.
-COMPILEDIR=/sys/compile
+COMPILEDIR=/sys/i386/compile
KERNELNAME=LINT
cd ${COMPILEDIR}/${KERNELNAME}
@@ -38,7 +38,7 @@ NF > 1 {
nm[$3]++
if ($2 == "U") {
ref[$3]=ref[$3]" "$1
- } else if ($2 == "T" || $2 == "D" || $2 == "A") {
+ } else if ($2 == "T" || $2 == "D" || $2 == "A" || $2 == "R") {
if (def[$3] != "")
def[$3]=def[$3]" "$1
else