Print this page
12310 Add demangle(1) command

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/developer-object-file.mf
          +++ new/usr/src/pkg/manifests/developer-object-file.mf
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
       25 +# Copyright 2020 Joyent, Inc.
  25   26  #
  26   27  
  27   28  set name=pkg.fmri value=pkg:/developer/object-file@$(PKGVERS)
  28   29  set name=pkg.description \
  29   30      value="software development utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, size, strip, tsort, and yacc"
  30   31  set name=pkg.summary value="CCS tools bundled with SunOS"
  31   32  set name=info.classification value=org.opensolaris.category.2008:System/Core
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
  34   35  dir path=usr/bin
↓ open down ↓ 11 lines elided ↑ open up ↑
  46   47  dir path=usr/share/lib/ccs
  47   48  dir path=usr/share/man/man1
  48   49  file path=usr/bin/$(ARCH64)/ar mode=0555
  49   50  file path=usr/bin/$(ARCH64)/dump mode=0555
  50   51  file path=usr/bin/$(ARCH64)/elfdump mode=0555
  51   52  file path=usr/bin/$(ARCH64)/elfedit mode=0555
  52   53  file path=usr/bin/$(ARCH64)/mcs mode=0555
  53   54  file path=usr/bin/$(ARCH64)/nm mode=0555
  54   55  file path=usr/bin/$(ARCH64)/size mode=0555
  55   56  file path=usr/bin/ar mode=0555
       57 +file path=usr/bin/demangle mode=0555
  56   58  file path=usr/bin/dis mode=0555
  57   59  file path=usr/bin/dump mode=0555
  58   60  file path=usr/bin/elfdump mode=0555
  59   61  file path=usr/bin/elfedit mode=0555
  60   62  file path=usr/bin/error mode=0555
  61   63  file path=usr/bin/gprof mode=0555
  62   64  file path=usr/bin/lari mode=0555
  63   65  file path=usr/bin/lex mode=0555
  64   66  file path=usr/bin/lorder mode=0555
  65   67  file path=usr/bin/mcs mode=0555
↓ open down ↓ 22 lines elided ↑ open up ↑
  88   90  file path=usr/lib/elfedit/str.so
  89   91  file path=usr/lib/elfedit/sym.so
  90   92  file path=usr/lib/elfedit/syminfo.so
  91   93  file path=usr/share/lib/ccs/gprof.callg.blurb mode=0444
  92   94  file path=usr/share/lib/ccs/gprof.flat.blurb mode=0444
  93   95  file path=usr/share/lib/ccs/nceucform
  94   96  file path=usr/share/lib/ccs/ncform
  95   97  file path=usr/share/lib/ccs/nrform
  96   98  file path=usr/share/lib/ccs/yaccpar
  97   99  file path=usr/share/man/man1/ar.1
      100 +file path=usr/share/man/man1/demangle.1
  98  101  file path=usr/share/man/man1/dis.1
  99  102  file path=usr/share/man/man1/dump.1
 100  103  file path=usr/share/man/man1/elfdump.1
 101  104  file path=usr/share/man/man1/elfedit.1
 102  105  file path=usr/share/man/man1/gprof.1
 103  106  file path=usr/share/man/man1/lari.1
 104  107  file path=usr/share/man/man1/lex.1
 105  108  file path=usr/share/man/man1/lorder.1
 106  109  file path=usr/share/man/man1/mcs.1
 107  110  file path=usr/share/man/man1/nm.1
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX