summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm/x86gas.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .init stub creation doesn't need a jmp + .align to reach a branch target,deraadt2017-06-281-3/+0
| | | | | | | just fall into the code. The .align created a FILL zone in the .init section, which on i386 was filled with a NOP-sled, something we want to get away from. discussed with kettenis and tom
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-4/+2
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* resolve conflictsdjm2012-10-131-13/+18
|
* When deciding whether we're PIC in a (generated) asm file, check for both PICpascal2012-08-211-1/+1
| | | | | | and __PIC__ defines. Makes things easier for PIE. ok djm@
* resolve conflicts, fix local changesdjm2010-10-011-2/+22
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+247