Under -DPERL_DEBUG_READONLY_OPS don't work around glibc 2.2.5 _moddi3 bugs.
authorNicholas Clark <nick@ccl4.org>
Wed, 8 Aug 2012 10:37:48 +0000 (12:37 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 4 Sep 2012 09:08:35 +0000 (11:08 +0200)
commita5bd31f4dc3fec64e60f1412a4eeac30d6f6b96b
tree40ff456a5b99ba383eae18d4a4d2009f12a9391b
parent2d1c5561244ffb488f4901ad84c08f3fc6443be9
Under -DPERL_DEBUG_READONLY_OPS don't work around glibc 2.2.5 _moddi3 bugs.

The work around involves a runtime check and substituting OP pointers based
on the result. The substitution fails if the optree is mapped read-only.
pp.c