diff options
author | miod <> | 2014-05-01 22:26:22 +0000 |
---|---|---|
committer | miod <> | 2014-05-01 22:26:22 +0000 |
commit | 42050bb9b9848e1229363c4840d2a214d70b2d48 (patch) | |
tree | 5bdf59a29f5384260b9059c1f42256aef487825d /src/lib/libcrypto/pariscid.pl | |
parent | 031f640e84754f48f8bd28e4e489d6db7e922022 (diff) | |
download | openbsd-42050bb9b9848e1229363c4840d2a214d70b2d48.tar.gz openbsd-42050bb9b9848e1229363c4840d2a214d70b2d48.tar.bz2 openbsd-42050bb9b9848e1229363c4840d2a214d70b2d48.zip |
Do not output SOM-specific directives.
Diffstat (limited to 'src/lib/libcrypto/pariscid.pl')
-rw-r--r-- | src/lib/libcrypto/pariscid.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/pariscid.pl b/src/lib/libcrypto/pariscid.pl index 34c8619dff..da74a2836c 100644 --- a/src/lib/libcrypto/pariscid.pl +++ b/src/lib/libcrypto/pariscid.pl | |||
@@ -20,8 +20,12 @@ $rv="%r28"; | |||
20 | 20 | ||
21 | $code=<<___; | 21 | $code=<<___; |
22 | .LEVEL $LEVEL | 22 | .LEVEL $LEVEL |
23 | #if 0 | ||
23 | .SPACE \$TEXT\$ | 24 | .SPACE \$TEXT\$ |
24 | .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY | 25 | .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY |
26 | #else | ||
27 | .text | ||
28 | #endif | ||
25 | 29 | ||
26 | .EXPORT OPENSSL_cpuid_setup,ENTRY | 30 | .EXPORT OPENSSL_cpuid_setup,ENTRY |
27 | .ALIGN 8 | 31 | .ALIGN 8 |