From 42050bb9b9848e1229363c4840d2a214d70b2d48 Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 1 May 2014 22:26:22 +0000 Subject: Do not output SOM-specific directives. --- src/lib/libcrypto/modes/asm/ghash-parisc.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/libcrypto/modes') diff --git a/src/lib/libcrypto/modes/asm/ghash-parisc.pl b/src/lib/libcrypto/modes/asm/ghash-parisc.pl index 535af86bef..38c5e00a98 100644 --- a/src/lib/libcrypto/modes/asm/ghash-parisc.pl +++ b/src/lib/libcrypto/modes/asm/ghash-parisc.pl @@ -81,8 +81,12 @@ $rem2="%r6"; # used in PA-RISC 2.0 code $code.=<<___; .LEVEL $LEVEL +#if 0 .SPACE \$TEXT\$ .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY +#else + .text +#endif .EXPORT gcm_gmult_4bit,ENTRY,ARGW0=GR,ARGW1=GR .ALIGN 64 @@ -617,6 +621,8 @@ L\$rem_4bit .WORD `0x7080<<16`,0,`0x6CA0<<16`,0,`0x48C0<<16`,0,`0x54E0<<16`,0 .WORD `0xE100<<16`,0,`0xFD20<<16`,0,`0xD940<<16`,0,`0xC560<<16`,0 .WORD `0x9180<<16`,0,`0x8DA0<<16`,0,`0xA9C0<<16`,0,`0xB5E0<<16`,0 + + .data .STRINGZ "GHASH for PA-RISC, GRYPTOGAMS by " .ALIGN 64 ___ -- cgit v1.2.3-55-g6feb