Print this page
11226 Remove NetraCT support

*** 21,30 **** --- 21,31 ---- # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. + # Copyright 2019 Peter Tribble. # # This file provides exceptions to the usual rules applied to ELF objects by # check_rtime. All strings are Perl regular expressions that are compared to # file paths. In addition to the standard Perl syntax, there is one extension:
*** 242,253 **** # Older versions of libraries only provided for binary compatibility FORBIDDEN libm\.so\.1 FORBIDDEN libresolv\.so\.1 FORBIDDEN libxcurses\.so\.1 - - # The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr - # are a family, all built using the same makefile, targeted at different - # sparc hardware variants. There are a small number of cases where this - # one size fits all approach causes an object to be linked against an - # unneeded library. - UNREF_OBJ lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1 --- 243,247 ----