summaryrefslogtreecommitdiffstats
path: root/usr.bin/symorder/symorder.1
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-01-17 07:20:26 +0000
committerbde <bde@FreeBSD.org>1995-01-17 07:20:26 +0000
commit3f2abb0c112edfa49d1acf953b5a14489a5f1490 (patch)
tree2cff220af3dec3bc9dcda706e514943536396b20 /usr.bin/symorder/symorder.1
parent63bcd558542be8d075bb050836eb9999c5094ec7 (diff)
downloadFreeBSD-src-3f2abb0c112edfa49d1acf953b5a14489a5f1490.zip
FreeBSD-src-3f2abb0c112edfa49d1acf953b5a14489a5f1490.tar.gz
Add option `-x excludelist'. This will be used for removing variously
spelled g*compiled* symbols from the kernel so that ddb doesn't have to do it. The symbols are currently removed by dbsym but dbsym will go away when symbols are loaded by the boot loader. Document -m option in usage message. Check for overrunning some arrays. Fix some misformatting.
Diffstat (limited to 'usr.bin/symorder/symorder.1')
-rw-r--r--usr.bin/symorder/symorder.19
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/symorder/symorder.1 b/usr.bin/symorder/symorder.1
index 5fe6964..1ed0888 100644
--- a/usr.bin/symorder/symorder.1
+++ b/usr.bin/symorder/symorder.1
@@ -40,7 +40,10 @@
.Sh SYNOPSIS
.Nm symorder
.Fl m
-.Fl t Ar symlist file
+.Fl t
+.Fl x
+.Ar excludelist
+.Ar symlist file
.Sh DESCRIPTION
The file
.Ar symlist
@@ -58,6 +61,10 @@ are relocated to the beginning of the table and in the order given.
.It Fl t
Restrict the symbol table to the symbols listed in
.Ar symlist .
+.It Fl x Ar excludelist
+Exclude the symbols listed in
+.Ar excludelist
+from the symbol table.
.It Fl m
Exit with status zero, even if some symbols are missing.
.El
OpenPOWER on IntegriCloud