Fri Mar 13 05:29:26 2015 UTC ()
Explicitly mark as using unified syntax


(martin)
diff -r1.2 -r1.3 src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S (expand / switch to unified diff)

--- src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S 2015/03/12 12:46:15 1.2
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S 2015/03/13 05:29:26 1.3
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1#include "arm_arch.h" 1#include "arm_arch.h"
2#include "arm_asm.h" 2#include "arm_asm.h"
3 3
 4.syntax unified
4.text 5.text
5.code 32 6.code 32
6 7
7.type rem_4bit,%object 8.type rem_4bit,%object
8.align 5 9.align 5
9rem_4bit: 10rem_4bit:
10.short 0x0000,0x1C20,0x3840,0x2460 11.short 0x0000,0x1C20,0x3840,0x2460
11.short 0x7080,0x6CA0,0x48C0,0x54E0 12.short 0x7080,0x6CA0,0x48C0,0x54E0
12.short 0xE100,0xFD20,0xD940,0xC560 13.short 0xE100,0xFD20,0xD940,0xC560
13.short 0x9180,0x8DA0,0xA9C0,0xB5E0 14.short 0x9180,0x8DA0,0xA9C0,0xB5E0
14.size rem_4bit,.-rem_4bit 15.size rem_4bit,.-rem_4bit
15 16
16.type rem_4bit_get,%function 17.type rem_4bit_get,%function