234 FORBIDDEN_DEP usr/sbin/i86/zdb
235 FORBIDDEN_DEP usr/sbin/sparcv7/zdb
236 FORBIDDEN_DEP usr/sbin/sparcv9/zdb
237
238 # libucb is intended for legacy compatibility, not general use
239 FORBIDDEN libucb\.so
240 FORBIDDEN_DEP usr/ucb/
241 FORBIDDEN_DEP usr/ucblib/
242
243 # Older versions of libraries only provided for binary compatibility
244 FORBIDDEN libm\.so\.1
245 FORBIDDEN libresolv\.so\.1
246 FORBIDDEN libxcurses\.so\.1
247
248 # The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr
249 # are a family, all built using the same makefile, targeted at different
250 # sparc hardware variants. There are a small number of cases where this
251 # one size fits all approach causes an object to be linked against an
252 # unneeded library.
253 UNREF_OBJ lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1
|
234 FORBIDDEN_DEP usr/sbin/i86/zdb
235 FORBIDDEN_DEP usr/sbin/sparcv7/zdb
236 FORBIDDEN_DEP usr/sbin/sparcv9/zdb
237
238 # libucb is intended for legacy compatibility, not general use
239 FORBIDDEN libucb\.so
240 FORBIDDEN_DEP usr/ucb/
241 FORBIDDEN_DEP usr/ucblib/
242
243 # Older versions of libraries only provided for binary compatibility
244 FORBIDDEN libm\.so\.1
245 FORBIDDEN libresolv\.so\.1
246 FORBIDDEN libxcurses\.so\.1
247
248 # The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr
249 # are a family, all built using the same makefile, targeted at different
250 # sparc hardware variants. There are a small number of cases where this
251 # one size fits all approach causes an object to be linked against an
252 # unneeded library.
253 UNREF_OBJ lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1
254
255 #
256 # the SUNWonld directory contains built versions of demos, built only to
257 # ensure their correctness.
258 #
259 EXEC_STACK ^opt/SUNWonld
260 EXEC_DATA ^opt/SUNWonld
261 NODIRECT ^opt/SUNWonld
|