Module Name:    src
Committed By:   martin
Date:           Mon Jul 30 15:00:40 UTC 2012

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto: sparccpuid.S

Log Message:
Do not use dots in identifiers (replace by _)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S
diff -u src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S:1.1.1.2 src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S:1.2
--- src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S:1.1.1.2	Sun Jun  5 14:57:22 2011
+++ src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S	Mon Jul 30 15:00:39 2012
@@ -29,11 +29,11 @@ OPENSSL_wipe_cpu:
 #include <sys/trap.h>
 	ta	ST_CLEAN_WINDOWS
 #else
-	call	.walk.reg.wins
+	call	_walk_reg_wins
 #endif
 	nop
-	call	.PIC.zero.up
-	mov	.zero-(.-4),%o0
+	call	_PIC_zero_up
+	mov	_zero-(.-4),%o0
 	ld	[%o0],%f0
 	ld	[%o0],%f1
 
@@ -128,8 +128,8 @@ OPENSSL_wipe_cpu:
 	ret
 	restore
 
-.zero:	.long	0x0,0x0
-.PIC.zero.up:
+_zero:	.long	0x0,0x0
+_PIC_zero_up:
 	retl
 	add	%o0,%o7,%o0
 #ifdef DEBUG
@@ -137,7 +137,7 @@ OPENSSL_wipe_cpu:
 .type	walk_reg_wins,#function
 walk_reg_wins:
 #endif
-.walk.reg.wins:
+_walk_reg_wins:
 	save	%sp,FRAME,%sp
 	cmp	%i7,%o7
 	be	2f
@@ -145,7 +145,7 @@ walk_reg_wins:
 	cmp	%o7,0	! compiler never cleans %o7...
 	be	1f	! could have been a leaf function...
 	clr	%o1
-	call	.walk.reg.wins
+	call	_walk_reg_wins
 	nop
 1:	clr	%o2
 	clr	%o3

Reply via email to