CVSROOT:        /cvs
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008/09/19 00:09:01

Modified files:
        lib/libssl/src/crypto: x86_64cpuid.pl 
        lib/libssl/src/crypto/aes/asm: aes-586.pl 
        lib/libssl/src/crypto/perlasm: x86_64-xlate.pl x86unix.pl 
        lib/libssl/src/crypto/rc4/asm: rc4-x86_64.pl 

Log message:
fix some cause of bad TEXTREL on i386 and amd64
- global function calls in .init sections (diff makes them via PLT)
- calls to global functions in aes-586.S (made static or local)
- global variable accesses in rc4-x86_64.S (now made via GOT)
from [EMAIL PROTECTED]; ok miod@

Reply via email to