diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /exception_lists/interface_check | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'exception_lists/interface_check')
-rw-r--r-- | exception_lists/interface_check | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/exception_lists/interface_check b/exception_lists/interface_check index 78e1c95719..198e89e85a 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -70,15 +70,9 @@ PLUGIN ^usr/sadm/lib/wbem PLUGIN ^usr/lib/dtrace/libdtrace_forceload\.so$ PLUGIN ^usr/lib/dtrace/64/libdtrace_forceload\.so$ -# sbcp is a special case, and not a plugin. However, it does not have a -# versioned name, and does not contain versioning, so the PLUGIN exemptions fit. -PLUGIN ^usr/4lib/sbcp$ - - # Objects that are not expected to contain versioning information. # Note that PLUGIN objects are automatically exempt from this, # so these directives are generally applied to non-plugin objects -NOVERDEF ^usr/4lib/libc\.so\. NOVERDEF ^usr/MACH(lib)/0\@0\.so\.1$ NOVERDEF ^usr/lib/MACH(abi)/apptrace\.so\.1$ NOVERDEF ^usr/MACH(lib)/libfru.*\.so\.1$ |