diff options
| author | Jason King <jason.king@joyent.com> | 2019-11-09 01:17:22 -0600 |
|---|---|---|
| committer | Jason King <jason.king@joyent.com> | 2020-03-28 13:09:21 -0500 |
| commit | d52aae2365749461c362fde5a4c1a26a620cfbd3 (patch) | |
| tree | 25c0592411bdc4c433f1122675382cb68cd345cc /usr/src/pkg | |
| parent | a61ed2ce7a86a4d6428f2a83eb4739fae945447e (diff) | |
| download | illumos-joyent-d52aae2365749461c362fde5a4c1a26a620cfbd3.tar.gz | |
12310 Add demangle(1) command
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
| -rw-r--r-- | usr/src/pkg/manifests/developer-object-file.mf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/developer-object-file.mf b/usr/src/pkg/manifests/developer-object-file.mf index 5519e67d93..21d064fb9f 100644 --- a/usr/src/pkg/manifests/developer-object-file.mf +++ b/usr/src/pkg/manifests/developer-object-file.mf @@ -22,6 +22,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2020 Joyent, Inc. # set name=pkg.fmri value=pkg:/developer/object-file@$(PKGVERS) @@ -53,6 +54,7 @@ file path=usr/bin/$(ARCH64)/mcs mode=0555 file path=usr/bin/$(ARCH64)/nm mode=0555 file path=usr/bin/$(ARCH64)/size mode=0555 file path=usr/bin/ar mode=0555 +file path=usr/bin/demangle mode=0555 file path=usr/bin/dis mode=0555 file path=usr/bin/dump mode=0555 file path=usr/bin/elfdump mode=0555 @@ -95,6 +97,7 @@ file path=usr/share/lib/ccs/ncform file path=usr/share/lib/ccs/nrform file path=usr/share/lib/ccs/yaccpar file path=usr/share/man/man1/ar.1 +file path=usr/share/man/man1/demangle.1 file path=usr/share/man/man1/dis.1 file path=usr/share/man/man1/dump.1 file path=usr/share/man/man1/elfdump.1 |
