1*75ce41a5SAli Bahrami 2*75ce41a5SAli Bahrami# 3*75ce41a5SAli Bahrami# CDDL HEADER START 4*75ce41a5SAli Bahrami# 5*75ce41a5SAli Bahrami# The contents of this file are subject to the terms of the 6*75ce41a5SAli Bahrami# Common Development and Distribution License (the "License"). 7*75ce41a5SAli Bahrami# You may not use this file except in compliance with the License. 8*75ce41a5SAli Bahrami# 9*75ce41a5SAli Bahrami# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*75ce41a5SAli Bahrami# or http://www.opensolaris.org/os/licensing. 11*75ce41a5SAli Bahrami# See the License for the specific language governing permissions 12*75ce41a5SAli Bahrami# and limitations under the License. 13*75ce41a5SAli Bahrami# 14*75ce41a5SAli Bahrami# When distributing Covered Code, include this CDDL HEADER in each 15*75ce41a5SAli Bahrami# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*75ce41a5SAli Bahrami# If applicable, add the following below this CDDL HEADER, with the 17*75ce41a5SAli Bahrami# fields enclosed by brackets "[]" replaced with your own identifying 18*75ce41a5SAli Bahrami# information: Portions Copyright [yyyy] [name of copyright owner] 19*75ce41a5SAli Bahrami# 20*75ce41a5SAli Bahrami# CDDL HEADER END 21*75ce41a5SAli Bahrami# 22*75ce41a5SAli Bahrami 23*75ce41a5SAli Bahrami# 24*75ce41a5SAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 25*75ce41a5SAli Bahrami# Use is subject to license terms. 26*75ce41a5SAli Bahrami# 27*75ce41a5SAli Bahrami 28*75ce41a5SAli Bahrami# This file provides exceptions to the usual rules applied to ELF objects by 29*75ce41a5SAli Bahrami# check_rtime. All strings are Perl regular expressions that are compared to 30*75ce41a5SAli Bahrami# file paths. In addition to the standard Perl syntax, there is one extension: 31*75ce41a5SAli Bahrami# 32*75ce41a5SAli Bahrami# MACH(dir) 33*75ce41a5SAli Bahrami# 34*75ce41a5SAli Bahrami# is expanded into a regular expression that matches the given 35*75ce41a5SAli Bahrami# directory, or a 64-bit subdirectory of the directory with the 36*75ce41a5SAli Bahrami# name of a 64-bit architecture. For example, MACH(lib) will match 37*75ce41a5SAli Bahrami# any of the following: 38*75ce41a5SAli Bahrami# 39*75ce41a5SAli Bahrami# lib 40*75ce41a5SAli Bahrami# lib/amd64 41*75ce41a5SAli Bahrami# lib/sparcv9 42*75ce41a5SAli Bahrami 43*75ce41a5SAli Bahrami 44*75ce41a5SAli Bahrami# Directory hierarchies to skip completely 45*75ce41a5SAli BahramiSKIP ^usr/lib/libc/ # optimized libc 46*75ce41a5SAli BahramiSKIP ^usr/lib/rcm/ # 4426119 47*75ce41a5SAli BahramiSKIP ^usr/perl5/ # alan's taking care of these :-) 48*75ce41a5SAli BahramiSKIP ^usr/src/ # no objects in source code 49*75ce41a5SAli Bahrami 50*75ce41a5SAli Bahrami# Individual files that we don't examine 51*75ce41a5SAli BahramiSKIP ^boot/grub/bin/grub$ 52*75ce41a5SAli BahramiSKIP ^usr/apache/libexec/mod_ipp.so$ # Apache loadable module 53*75ce41a5SAli Bahrami# USIII specific extns. cause ldd noise on USII bld. m/c 54*75ce41a5SAli BahramiSKIP ^usr/lib/fps/sun4u/UltraSPARC.*/fptest$ 55*75ce41a5SAli BahramiSKIP ^usr/MACH(lib)/lddstub$ # lddstub has no dependencies 56*75ce41a5SAli BahramiSKIP ^usr/MACH(lib)/libssagent\.so\.1$ # 4328854 57*75ce41a5SAli BahramiSKIP ^usr/lib/MACH(iconv)/geniconvtbl.so$ # 4384329 58*75ce41a5SAli Bahrami 59*75ce41a5SAli Bahrami# picl file exclusions (4385799) 60*75ce41a5SAli BahramiSKIP ^usr/platform/.*/libpsvcplugin_psr\.so\.1 61*75ce41a5SAli BahramiSKIP ^usr/platform/.*/libpsvcpolicy_psr\.so\.1 62*75ce41a5SAli BahramiSKIP ^usr/platform/.*/libpsvcpolicy\.so\.1 63*75ce41a5SAli BahramiSKIP ^usr/lib/sysevent/modules/picl_slm.so$ 64*75ce41a5SAli Bahrami 65*75ce41a5SAli Bahrami# Objects that don't require a non-executable stack definition 66*75ce41a5SAli BahramiEXEC_STACK ^platform/.*/MACH(kernel)/unix$ 67*75ce41a5SAli BahramiEXEC_STACK ^platform/.*/multiboot$ 68*75ce41a5SAli Bahrami 69*75ce41a5SAli Bahrami# Objects for which we allow relocations to the text segment 70*75ce41a5SAli BahramiTEXTREL ^platform/.*/MACH(kernel)/unix$ 71*75ce41a5SAli Bahrami 72*75ce41a5SAli Bahrami# Directories and files that are allowed to have no direct bound symbols 73*75ce41a5SAli BahramiNODIRECT ^platform/.*/MACH(kernel)/unix$ 74*75ce41a5SAli BahramiNODIRECT ^usr/ucb 75*75ce41a5SAli BahramiNODIRECT ^usr/4lib/sbcp$ 76*75ce41a5SAli Bahrami 77*75ce41a5SAli Bahrami# Identify any files that should be skipped when building a crle(1) 78*75ce41a5SAli Bahrami# configuration file. As the hwcap libraries can be loop-back mounted onto 79*75ce41a5SAli Bahrami# libc, these can confuse crle(1) because of their identical dev/inode. 80*75ce41a5SAli BahramiNOCRLEALT ^usr/lib/libc/libc_hwcap[1-3].so.1$ 81*75ce41a5SAli Bahrami 82*75ce41a5SAli Bahrami# Files that should contain debugging information. 83*75ce41a5SAli BahramiSTAB ^platform/.*/MACH(kernel)/unix$ 84*75ce41a5SAli Bahrami 85*75ce41a5SAli Bahrami# Files that are allowed undefined references 86*75ce41a5SAli BahramiUNDEF_REF ^usr/lib/libnisdb\.so\.2$ 87*75ce41a5SAli BahramiUNDEF_REF ^usr/snadm/lib/libsvm\.so\.1$ 88*75ce41a5SAli Bahrami 89*75ce41a5SAli Bahrami# Objects allowed to have unused dependencies 90*75ce41a5SAli BahramiUNUSED_DEPS ^usr/lib/picl/plugins/ # require devtree dependencies 91*75ce41a5SAli BahramiUNUSED_DEPS ^usr/lib/libp # profile libc makes libm an unused dep of libc 92*75ce41a5SAli Bahrami 93*75ce41a5SAli Bahrami# libm.so.2 dependency 94*75ce41a5SAli BahramiUNUSED_OBJ unused object=.*MACH(libm)/libm_hwcap1\.so\.2 95*75ce41a5SAli Bahrami 96*75ce41a5SAli Bahrami# Unused runpaths due to dlopen() use 97*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/fs/autofs.*\ from\ .automountd 98*75ce41a5SAli BahramiUNUSED_RPATH /etc/ppp/plugins.*\ from\ .*pppd 99*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/inet/ppp.*\ from\ .*pppd 100*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libipsecutil\.so\.1 101*75ce41a5SAli BahramiUNUSED_RPATH /usr/platform/.*rsmlib.*\ from\ .*librsm\.so\.2 102*75ce41a5SAli BahramiUNUSED_RPATH \$ORIGIN.*\ from\ .*fcode.so 103*75ce41a5SAli BahramiUNUSED_RPATH /opt/VRTSvxvm/lib.*\ from\ .*libdiskmgt\.so\.1 104*75ce41a5SAli Bahrami 105*75ce41a5SAli Bahrami# Unused runpaths in picl code 106*75ce41a5SAli BahramiUNUSED_RPATH /usr/platform/.*\ from\ .*/usr/platform 107*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/picl/.*\ from\ .*/usr/platform 108*75ce41a5SAli BahramiUNUSED_RPATH /usr/platform/.*\ from\ .*/usr/lib/picl 109*75ce41a5SAli Bahrami 110*75ce41a5SAli Bahrami# Unused runpaths in non-OSNET objects we can't change 111*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/mps/secv1.*\ from\ .*libnss3\.so 112*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/mps.*\ from\ .*libnss3\.so 113*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/mps.*\ from\ .*libnssutil3.so 114*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libdbus-1\.so\.3 115*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libdbus-glib-1\.so\.2 116*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libglib-2\.0\.so\.0 117*75ce41a5SAli BahramiUNUSED_RPATH /usr/X11/lib.*\ from\ .*libglib-2\.0\.so\.0 118*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgmodule-2\.0\.so\.0 119*75ce41a5SAli BahramiUNUSED_RPATH /usr/X11/lib.*\ from\ .*libgmodule-2\.0\.so\.0 120*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgnomevfs-2\.so\.0 121*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgobject-2\.0\.so\.0 122*75ce41a5SAli BahramiUNUSED_RPATH /usr/X11/lib.*\ from\ .*libgobject-2\.0\.so\.0 123*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgthread-2\.0\.so\.0 124*75ce41a5SAli BahramiUNUSED_RPATH /usr/X11/lib.*\ from\ .*libgthread-2\.0\.so\.0 125*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libcrypto\.so\.0\.9\.8 126*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libnetsnmp\.so\.15 127*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libgcc_s\.so\.1 128*75ce41a5SAli BahramiUNUSED_RPATH /usr/postgres/8.3/lib.*\ from\ .*libpq\.so\.5 129*75ce41a5SAli BahramiUNUSED_RPATH /usr/sfw/lib.*\ from\ .*libpq\.so\.5 130*75ce41a5SAli Bahrami 131*75ce41a5SAli Bahrami# Unused runpaths for reasons not captured above 132*75ce41a5SAli BahramiUNUSED_RPATH /usr/lib/smbsrv.*\ from\ .*libsmb\.so\.1 # future needs 133*75ce41a5SAli BahramiUNUSED_RPATH /usr.*\ from\ .*tst\.gcc\.exe # gcc built 134*75ce41a5SAli Bahrami 135*75ce41a5SAli Bahrami 136*75ce41a5SAli Bahrami# Unreferenced objects of non-OSnet objects we can't change 137*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libcimapi\.so 138*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libjvm\.so 139*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libnetsnmp\.so\.15 140*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libnetsnmpagent\.so\.15 141*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libnetsnmpmibs\.so\.15 142*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libnetsnmphelpers\.so\.15 143*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libnspr4\.so 144*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libpq\.so\.5 145*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libsoftokn3\.so 146*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libspmicommon\.so\.1 147*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libspmocommon\.so\.1 148*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libssl3\.so 149*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libtspi\.so\.1 150*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libxml2\.so\.2 151*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libxslt\.so\.1 152*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 153*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 154*75ce41a5SAli Bahrami 155*75ce41a5SAli Bahrami# Unreferenced object of objects we can't change for other reasons 156*75ce41a5SAli BahramiUNREF_OBJ /libmapmalloc\.so\.1;\ unused\ dependency\ of # interposer 157*75ce41a5SAli BahramiUNREF_OBJ /libstdc\+\+\.so\.6;\ unused\ dependency\ of # gcc build 158*75ce41a5SAli BahramiUNREF_OBJ /libm\.so\.2.*\ of\ .*libstdc\+\+\.so\.6 # gcc build 159*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*/lib/picl/plugins/ # picl 160*75ce41a5SAli BahramiUNREF_OBJ /lib.*\ of\ .*kcfd # interposer 161*75ce41a5SAli BahramiUNREF_OBJ /libpkcs11\.so\.1; .*\ of\ .*libkmf\.so\.1 # interposed 162*75ce41a5SAli Bahrami 163*75ce41a5SAli Bahrami# Objects that used to contain system functionalty that has since 164*75ce41a5SAli Bahrami# migrated to libc. We preserve these libraries as pure filters for 165*75ce41a5SAli Bahrami# backward compatability but nothing needs to link to them. 166*75ce41a5SAli BahramiOLDDEP libaio\.so\.1 # onnv build 44 167*75ce41a5SAli BahramiOLDDEP libdl\.so\.1 # on10 build 49 168*75ce41a5SAli BahramiOLDDEP libdoor\.so\.1 # onnv build 12 169*75ce41a5SAli BahramiOLDDEP libintl\.so\.1 # on297 build 7 170*75ce41a5SAli BahramiOLDDEP libpthread\.so\.1 # on10 build 53 171*75ce41a5SAli BahramiOLDDEP librt\.so\.1 # onnv build 44 172*75ce41a5SAli BahramiOLDDEP libsched\.so\.1 # on10 build 36 173*75ce41a5SAli BahramiOLDDEP libthread\.so\.1 # on10 build 53 174*75ce41a5SAli BahramiOLDDEP libw\.so\.1 # on297 build 7 175*75ce41a5SAli Bahrami 176*75ce41a5SAli Bahrami# Files for which we skip checking of duplicate addresses in the 177*75ce41a5SAli Bahrami# symbol sort sections. Such exceptions should be rare --- most code will 178*75ce41a5SAli Bahrami# not have duplicate addresses, since it takes assember or a "#pragma weak" 179*75ce41a5SAli Bahrami# to do such aliasing in C. C++ is different: The compiler generates aliases 180*75ce41a5SAli Bahrami# for implementation reasons, and the mangled names used to encode argument 181*75ce41a5SAli Bahrami# and return value types are difficult to handle well in mapfiles. 182*75ce41a5SAli Bahrami# Furthermore, the Sun compiler and gcc use different and incompatible 183*75ce41a5SAli Bahrami# name mangling conventions. Since ON must be buildable by either, we 184*75ce41a5SAli Bahrami# would have to maintain two sets of mapfiles for each such object. 185*75ce41a5SAli Bahrami# C++ use is rare in ON, so this is not worth pursuing. 186*75ce41a5SAli Bahrami# 187*75ce41a5SAli BahramiNOSYMSORT opt/SUNWdtrt/tst/common/pid/tst.weak2.exe # DTrace test 188*75ce41a5SAli BahramiNOSYMSORT lib/amd64/libnsl\.so\.1 # C++ 189*75ce41a5SAli BahramiNOSYMSORT lib/sparcv9/libnsl\.so\.1 # C++ 190*75ce41a5SAli BahramiNOSYMSORT lib/sparcv9/libfru\.so\.1 # C++ 191*75ce41a5SAli BahramiNOSYMSORT usr/lib/sgml/nsgmls # C++ 192*75ce41a5SAli BahramiNOSYMSORT usr/lib/lms # C++ 193*75ce41a5SAli BahramiNOSYMSORT ld\.so\.1 # libc_pic.a user 194*75ce41a5SAli BahramiNOSYMSORT lib/libsun_fc\.so\.1 # C++ 195*75ce41a5SAli BahramiNOSYMSORT lib/amd64/libsun_fc\.so\.1 # C++ 196*75ce41a5SAli BahramiNOSYMSORT lib/sparcv9/libsun_fc\.so\.1 # C++ 197*75ce41a5SAli Bahrami 198*75ce41a5SAli Bahrami 199*75ce41a5SAli Bahrami# The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr 200*75ce41a5SAli Bahrami# are a family, all built using the same makefile, targeted at different 201*75ce41a5SAli Bahrami# sparc hardware variants. There are a small number of cases where this 202*75ce41a5SAli Bahrami# one size fits all approach causes an object to be linked against an 203*75ce41a5SAli Bahrami# unneeded library. 204*75ce41a5SAli BahramiUNREF_OBJ lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1 205*75ce41a5SAli Bahrami 206*75ce41a5SAli Bahrami 207*75ce41a5SAli Bahrami# Remove this once the following integrates: 208*75ce41a5SAli Bahrami# 6858961 check_rtime issues with fwflash plugins (IB transports) 209*75ce41a5SAli Bahrami# 210*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/identify/hermon\.so$ 211*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/identify/tavor\.so$ 212*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/hermon-MELLANOX\.so$ 213*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/tavor-MELLANOX\.so$ 214*75ce41a5SAli Bahrami 215*75ce41a5SAli Bahrami 216*75ce41a5SAli Bahrami# Remove this once the following integrates: 217*75ce41a5SAli Bahrami# 6858954 check_rtime issues with fwflash plugins (scsi transports) 218*75ce41a5SAli Bahrami# 219*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/identify/sd\.so$ 220*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/identify/ses\.so$ 221*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/identify/sgen\.so$ 222*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/sd-GENERIC\.so$ 223*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/ses-LSILOGIC\.so$ 224*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/ses-SUN\.so$ 225*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/sgen-LSILOGIC\.so$ 226*75ce41a5SAli BahramiSKIP ^usr/lib/fwflash/verify/sgen-SUN\.so$ 227