1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/developer/linker@$(PKGVERS)
2786d41711SAndy Fiddamanset name=pkg.summary value="Programming Tools"
28ead1f93eSLiane Prazaset name=pkg.description \
29ead1f93eSLiane Praza    value="utilities for software development, including ld, ldd, od, and truss"
30ead1f93eSLiane Prazaset name=info.classification \
31ead1f93eSLiane Praza    value=org.opensolaris.category.2008:Development/System
32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
3386d41711SAndy Fiddamandir  path=usr group=sys
3486d41711SAndy Fiddamandir  path=usr/bin
3586d41711SAndy Fiddamandir  path=usr/bin/$(ARCH32)
3686d41711SAndy Fiddamandir  path=usr/bin/$(ARCH64)
37ead1f93eSLiane Prazafile path=usr/bin/$(ARCH64)/elfwrap mode=0555
380ba72251SRichard Lowelink path=usr/bin/$(ARCH64)/gcore target=../../bin/gcore
396446bd46SRichard Lowelink path=usr/bin/$(ARCH64)/ld target=../../bin/ld
4027bb9688SRichard Lowelink path=usr/bin/$(ARCH64)/ldd target=../../bin/ldd
410ba72251SRichard Lowelink path=usr/bin/$(ARCH64)/plimit target=../../bin/plimit
42c8930309SRichard Lowelink path=usr/bin/$(ARCH64)/pvs target=../../bin/pvs
43054532bfSRichard Lowelink path=usr/bin/$(ARCH64)/strings target=../../bin/strings
44*6f9914e7SRichard Lowelink path=usr/bin/$(ARCH64)/truss target=../../bin/truss
4586d41711SAndy Fiddamanlink path=usr/bin/ctags target=../has/bin/ctags mediator=ctags \
4686d41711SAndy Fiddaman    mediator-implementation=illumos
47ead1f93eSLiane Prazafile path=usr/bin/elfsign mode=0555
48ead1f93eSLiane Prazafile path=usr/bin/elfwrap mode=0555
49ead1f93eSLiane Prazafile path=usr/bin/exstr mode=0555
500ba72251SRichard Lowefile path=usr/bin/gcore mode=0555
51ead1f93eSLiane Prazafile path=usr/bin/ld mode=0755
52ead1f93eSLiane Prazafile path=usr/bin/ldd mode=0555
53ead1f93eSLiane Prazafile path=usr/bin/od mode=0555
540ba72251SRichard Lowefile path=usr/bin/plimit mode=0555
55ead1f93eSLiane Prazafile path=usr/bin/pvs mode=0555
56ead1f93eSLiane Prazafile path=usr/bin/regcmp mode=0555
57ead1f93eSLiane Prazafile path=usr/bin/sotruss mode=0755
58054532bfSRichard Lowefile path=usr/bin/strings mode=0555
59*6f9914e7SRichard Lowefile path=usr/bin/truss mode=0555
60ead1f93eSLiane Prazafile path=usr/bin/whocalls mode=0755
6186d41711SAndy Fiddamandir  path=usr/ccs
6286d41711SAndy Fiddamandir  path=usr/ccs/bin
6386d41711SAndy Fiddamandir  path=usr/ccs/bin/$(ARCH64)
6486d41711SAndy Fiddamanlink path=usr/ccs/bin/$(ARCH64)/ld target=../../../bin/$(ARCH64)/ld
6586d41711SAndy Fiddamanlink path=usr/ccs/bin/ld target=../../bin/ld
6686d41711SAndy Fiddamanlink path=usr/ccs/bin/regcmp target=../../bin/regcmp
6786d41711SAndy Fiddamandir  path=usr/ccs/lib
6886d41711SAndy Fiddamanlink path=usr/ccs/lib/link_audit target=../../lib/link_audit
69648766a7SRichard Lowefile path=usr/has/bin/ctags mode=0555
70648766a7SRichard Lowefile path=usr/has/man/man1has/ctags.1has
7186d41711SAndy Fiddamandir  path=usr/lib
7286d41711SAndy Fiddamandir  path=usr/lib/$(ARCH64)
73ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/lddstub mode=0555
74ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libldstab.so.1
7586d41711SAndy Fiddamandir  path=usr/lib/abi
76ead1f93eSLiane Prazafile path=usr/lib/abi/spec2map mode=0755
77ead1f93eSLiane Prazafile path=usr/lib/abi/spec2trace mode=0755
7886d41711SAndy Fiddamandir  path=usr/lib/ld
7986d41711SAndy Fiddamandir  path=usr/lib/ld/$(ARCH64)
8086d41711SAndy Fiddamanlink path=usr/lib/ld/$(ARCH64)/map.above4G target=../map.above4G
8186d41711SAndy Fiddamanlink path=usr/lib/ld/$(ARCH64)/map.below4G target=../map.below4G
8286d41711SAndy Fiddamanlink path=usr/lib/ld/$(ARCH64)/map.default target=../map.default
83cd3e9333SAli Bahramifile path=usr/lib/ld/map.above4G mode=0444
84cd3e9333SAli Bahramifile path=usr/lib/ld/map.below4G mode=0444
85ead1f93eSLiane Prazafile path=usr/lib/ld/map.bssalign mode=0444
86ead1f93eSLiane Prazafile path=usr/lib/ld/map.default mode=0444
87ead1f93eSLiane Prazafile path=usr/lib/ld/map.execdata mode=0444
88ead1f93eSLiane Prazafile path=usr/lib/ld/map.filter mode=0444
89ead1f93eSLiane Prazafile path=usr/lib/ld/map.noexbss mode=0444
90cd3e9333SAli Bahramifile path=usr/lib/ld/map.noexdata mode=0444
91ead1f93eSLiane Prazafile path=usr/lib/ld/map.noexstk mode=0444
92ead1f93eSLiane Prazafile path=usr/lib/ld/map.pagealign mode=0444
93ead1f93eSLiane Prazafile path=usr/lib/lddstub mode=0555
94ead1f93eSLiane Prazafile path=usr/lib/libldstab.so.1
9586d41711SAndy Fiddamandir  path=usr/lib/link_audit
9686d41711SAndy Fiddamandir  path=usr/lib/link_audit/$(ARCH64)
97ead1f93eSLiane Prazafile path=usr/lib/link_audit/$(ARCH64)/ldprof.so.1
98ead1f93eSLiane Prazafile path=usr/lib/link_audit/$(ARCH64)/truss.so.1
99ead1f93eSLiane Prazafile path=usr/lib/link_audit/$(ARCH64)/who.so.1
10086d41711SAndy Fiddamanlink path=usr/lib/link_audit/32 target=.
10186d41711SAndy Fiddamanlink path=usr/lib/link_audit/64 target=$(ARCH64)
102ead1f93eSLiane Prazafile path=usr/lib/link_audit/ldprof.so.1
103ead1f93eSLiane Prazafile path=usr/lib/link_audit/truss.so.1
104ead1f93eSLiane Prazafile path=usr/lib/link_audit/who.so.1
10586d41711SAndy Fiddamandir  path=usr/share/man
10686d41711SAndy Fiddamandir  path=usr/share/man/man1
10786d41711SAndy Fiddamanlink path=usr/share/man/man1/ctags.1 \
10886d41711SAndy Fiddaman    target=../../../has/man/man1has/ctags.1has mediator=ctags \
10986d41711SAndy Fiddaman    mediator-implementation=illumos
110c10c16deSRichard Lowefile path=usr/share/man/man1/elfsign.1
111c10c16deSRichard Lowefile path=usr/share/man/man1/elfwrap.1
112c10c16deSRichard Lowefile path=usr/share/man/man1/exstr.1
113c10c16deSRichard Lowefile path=usr/share/man/man1/gcore.1
114c10c16deSRichard Lowefile path=usr/share/man/man1/ld.1
115c10c16deSRichard Lowefile path=usr/share/man/man1/ldd.1
116c10c16deSRichard Lowefile path=usr/share/man/man1/od.1
117c10c16deSRichard Lowefile path=usr/share/man/man1/plimit.1
118c10c16deSRichard Lowefile path=usr/share/man/man1/pvs.1
119c10c16deSRichard Lowefile path=usr/share/man/man1/regcmp.1
120c10c16deSRichard Lowefile path=usr/share/man/man1/sotruss.1
121c10c16deSRichard Lowefile path=usr/share/man/man1/strings.1
122c10c16deSRichard Lowefile path=usr/share/man/man1/truss.1
123c10c16deSRichard Lowefile path=usr/share/man/man1/whocalls.1
124bbf21555SRichard Lowedir  path=usr/share/man/man5
125bbf21555SRichard Lowefile path=usr/share/man/man5/a.out.5
12671e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWtoo \
127ead1f93eSLiane Praza    desc="utilities for software development, including ld, ldd, od, and truss" \
12871e464e5SPeter Dennis - Sustaining Engineer    name="Programming Tools"
129ead1f93eSLiane Prazalicense cr_ATT license=cr_ATT
130ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
131ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
132ead1f93eSLiane Prazalicense lic_OSBL license=lic_OSBL
133ead1f93eSLiane Prazalicense lic_OSBL_preamble license=lic_OSBL_preamble
134