diff options
author | Richard Lowe <richlowe@richlowe.net> | 2014-01-23 15:12:43 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-02-18 16:39:42 -0500 |
commit | 2c2a4b290e9cec73c81d22d42d3a63f2a3bb4e70 (patch) | |
tree | 2d497cf0d4e25aa7da130fef95b9ddca2d637fb8 /exception_lists | |
parent | cb4d1691226e6583657e84c8ca7e3835499528a0 (diff) | |
download | illumos-joyent-2c2a4b290e9cec73c81d22d42d3a63f2a3bb4e70.tar.gz |
4519 ABI checking needs to adapt to modern times, run by default
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jens Elkner <jel+illumos@cs.uni-magdeburg.de>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/interface_check | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/exception_lists/interface_check b/exception_lists/interface_check index f980138bb1..377aa4b387 100644 --- a/exception_lists/interface_check +++ b/exception_lists/interface_check @@ -63,7 +63,10 @@ PLUGIN ^usr/lib/sysevent/modules PLUGIN ^usr/perl5/5\.[^\\]*/lib PLUGIN ^usr/platform PLUGIN ^usr/sadm/lib/wbem - +# We unfortunately can't use MACH() here, since .../64/ is literal, and not a +# link to to amd64 or sparcv9 +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. |