Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto Do not use dots in i...
details: https://anonhg.NetBSD.org/src/rev/eea57eb9bec3
branches: trunk
changeset: 780580:eea57eb9bec3
user: martin <martin%NetBSD.org@localhost>
date: Mon Jul 30 15:00:39 2012 +0000
description:
Do not use dots in identifiers (replace by _)
diffstat:
crypto/external/bsd/openssl/dist/crypto/sparccpuid.S | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r ebf1ff310a95 -r eea57eb9bec3 crypto/external/bsd/openssl/dist/crypto/sparccpuid.S
--- a/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S Mon Jul 30 13:53:19 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S Mon Jul 30 15:00:39 2012 +0000
@@ -29,11 +29,11 @@
#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 @@
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 @@
.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 @@
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
Home |
Main Index |
Thread Index |
Old Index