OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
29-Aug-2007 22:46:12
Branch: HEAD Handle:
2007082921461001
Modified files:
openssl Configure TABLE
Log:
Improve cache locality in linux64-sparcv9.
Summary:
Revision Changes Path
1.569 +1 -1 openssl/Configure
1.231 +1 -1 openssl/TABLE
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/Configure
============================================================
================
$ cvs diff -u -r1.568 -r1.569 Configure
--- openssl/Configure 28 Aug 2007 21:02:34 -0000 1.568
+++ openssl/Configure 29 Aug 2007 20:46:10 -0000 1.569
 -343,7 +343,7 
# -Wa,-Av8plus should do the trick no matter what.
"linux-sparcv9","gcc:-m32 -mcpu=ultrasparc
-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
-Wa,-Av8plus
-DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR
RC4_CHUNK DES_UNROLL
BF_PTR:$:dlfcn:linux-shared:-fPIC:-m32:.so.$(S
HLIB_MAJOR).$(SHLIB_MINOR)",
# GCC 3.1 is a requirement
-"linux64-sparcv9","gcc:-m64
-mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3
-fomit-frame-pointer
-Wall::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR
RC4_CHUNK DES_UNROLL
BF_PTR:$:dlfcn:linux-shared:-fPIC:-m64:.so.$(S
HLIB_MAJOR).$(SHLIB_MINOR)",
+"linux64-sparcv9","gcc:-m64
-mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3
-fomit-frame-pointer
-Wall::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR
RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
BF_PTR:$:dlfcn:linux-shared:-fPIC:-m64:.so.$(S
HLIB_MAJOR).$(SHLIB_MINOR)",
#### Alpha Linux with GNU C and Compaq C setups
# Special notes:
# - linux-alpha+bwx-gcc is ment to be used from ./config
only. If you
 .
patch -p0 <<' .'
Index: openssl/TABLE
============================================================
================
$ cvs diff -u -r1.230 -r1.231 TABLE
--- openssl/TABLE 28 Aug 2007 20:45:23 -0000 1.230
+++ openssl/TABLE 29 Aug 2007 20:46:11 -0000 1.231
 -3313,7 +3313,7 
$thread_cflag = -D_REENTRANT
$sys_id = ULTRASPARC
$lflags = -ldl
-$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL
BF_PTR
+$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT
DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$cpuid_obj = sparcv9cap.o sparccpuid.o
$bn_obj = bn-sparcv9.o sparcv9-mont.o
sparcv9a-mont.o
$des_obj = des_enc-sparc.o fcrypt_b.o
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|