In perl.git, the branch smoke-me/tonyc/127543-dtrace-link has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7fc816badb0d05e1528c48a96ba1fcf2e61f0dd5?hp=0000000000000000000000000000000000000000>
at 7fc816badb0d05e1528c48a96ba1fcf2e61f0dd5 (commit)
- Log -----------------------------------------------------------------
commit 7fc816badb0d05e1528c48a96ba1fcf2e61f0dd5
Author: Tony Cook <[email protected]>
Date: Tue Feb 23 12:02:58 2016 +1100
[perl #127543] simple fix for dtrace link issue
Under -DDEBUGGING the cx_(push|pop)sub inline functions are large
enough that they're compiled as static functions, and so every
PERL_CORE object refers to the dtrace placeholder functions.
For most of the objects this isn't an issue, but perlmain.o isn't run
through dtrace, and so the symbol isn't resolved.
Hide those functions from perlmain.c
-----------------------------------------------------------------------
--
Perl5 Master Repository