5 $0 =~ m/(.*[\/\\])[^\
/\\]+$/; $dir=$1;
6 ( $xlate="${dir}ppc-xlate.pl" and -f
$xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f
$xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT
,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
27 .globl
.OPENSSL_ppc64_probe
34 .byte
0,12,0x14,0,0,0,0,0
37 .globl
.OPENSSL_wipe_cpu
67 .byte
0,12,0x14,0,0,0,0,0
69 .globl
.OPENSSL_atomic_add
79 .byte
0,12,0x14,0,0,0,2,0
83 $code =~ s/\`([^\`]*)\`/eval $1/gem;