In perl.git, the branch smoke-me/davem/dtrace3 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/8118aed9643d53198b62227d3e8b36746254b514?hp=0000000000000000000000000000000000000000>
at 8118aed9643d53198b62227d3e8b36746254b514 (commit)
- Log -----------------------------------------------------------------
commit 8118aed9643d53198b62227d3e8b36746254b514
Author: David Mitchell <[email protected]>
Date: Tue Feb 16 08:27:33 2016 +0000
fix dtrace linkage problem on Solaris
When PERL_DTRACE_PROBE_ENTRY etc are used within the inline
cx_pushsub() etc inline functions, for some reason the linker doesn't pick
up the symbols used by the probe macro. (RT #127543).
This commit works around the problem by creating a fake function whose
sole purpose is to ensure that the relevant symbols get linked in.
-----------------------------------------------------------------------
--
Perl5 Master Repository