diff options
Diffstat (limited to 'usr/src/pkg/manifests/developer-linker.mf')
-rw-r--r-- | usr/src/pkg/manifests/developer-linker.mf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/pkg/manifests/developer-linker.mf b/usr/src/pkg/manifests/developer-linker.mf index f60874e7da..027a22a206 100644 --- a/usr/src/pkg/manifests/developer-linker.mf +++ b/usr/src/pkg/manifests/developer-linker.mf @@ -72,14 +72,17 @@ file path=usr/lib/$(ARCH64)/lddstub mode=0555 file path=usr/lib/$(ARCH64)/libldstab.so.1 file path=usr/lib/abi/spec2map mode=0755 file path=usr/lib/abi/spec2trace mode=0755 -file path=usr/lib/ld/$(ARCH64)/map.above4G mode=0444 -file path=usr/lib/ld/$(ARCH64)/map.below4G mode=0444 +file path=usr/lib/ld/map.above4G mode=0444 +link path=usr/lib/ld/$(ARCH64)/map.above4G target=../map.above4G +file path=usr/lib/ld/map.below4G mode=0444 +link path=usr/lib/ld/$(ARCH64)/map.below4G target=../map.below4G file path=usr/lib/ld/map.bssalign mode=0444 file path=usr/lib/ld/map.default mode=0444 +link path=usr/lib/ld/$(ARCH64)/map.default target=../map.default file path=usr/lib/ld/map.execdata mode=0444 file path=usr/lib/ld/map.filter mode=0444 file path=usr/lib/ld/map.noexbss mode=0444 -$(i386_ONLY)file path=usr/lib/ld/map.noexdata mode=0444 +file path=usr/lib/ld/map.noexdata mode=0444 file path=usr/lib/ld/map.noexstk mode=0444 file path=usr/lib/ld/map.pagealign mode=0444 file path=usr/lib/lddstub mode=0555 @@ -108,7 +111,5 @@ link path=usr/ccs/bin/$(ARCH64)/ld target=../../../bin/$(ARCH64)/ld link path=usr/ccs/bin/ld target=../../bin/ld link path=usr/ccs/bin/regcmp target=../../bin/regcmp link path=usr/ccs/lib/link_audit target=../../lib/link_audit -$(sparc_ONLY)link path=usr/lib/ld/$(ARCH64)/map.default target=./map.above4G -$(i386_ONLY)link path=usr/lib/ld/$(ARCH64)/map.default target=./map.below4G link path=usr/lib/link_audit/32 target=. link path=usr/lib/link_audit/64 target=$(ARCH64) |