Print this page
Suppress VDSO complaints from check_rtime.

Split Close
Expand all
Collapse all
          --- old/exception_lists/check_rtime
          +++ new/exception_lists/check_rtime
↓ open down ↓ 225 lines elided ↑ open up ↑
 226  226  NOSYMSORT       usr/lib/amd64/libfru\.so\.1                     # C++
 227  227  
 228  228  
 229  229  # The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr
 230  230  # are a family, all built using the same makefile, targeted at different
 231  231  # sparc hardware variants. There are a small number of cases where this
 232  232  # one size fits all approach causes an object to be linked against an
 233  233  # unneeded library.
 234  234  UNREF_OBJ       lib/(libdevinfo|libcfgadm)\.so\.1; .*\ of\ .*SUNW,Netra-CP2300/lib/libprtdiag_psr\.so\.1
 235  235  
      236 +# The lx brand's VDSO object is a bit special. Its construction leads us
      237 +# to end up having several symbols for shared objects all at the same
      238 +# address of zero. We should root cause this further and either add an
      239 +# explicit exception for this kind of thing or better, fix the issues
      240 +# it's upset about.
      241 +SKIP    ^usr/lib/brand/MACH(lx)/lx_vdso\.so\.1$
 236  242  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX