| OLD | NEW |
| 1 #if defined(__i386__) | 1 #if defined(__i386__) |
| 2 .file "sha512-586.S" | 2 .file "sha512-586.S" |
| 3 .text | 3 .text |
| 4 .globl _sha256_block_data_order | 4 .globl _sha256_block_data_order |
| 5 .private_extern _sha256_block_data_order | 5 .private_extern _sha256_block_data_order |
| 6 .align 4 | 6 .align 4 |
| 7 _sha256_block_data_order: | 7 _sha256_block_data_order: |
| 8 L_sha256_block_data_order_begin: | 8 L_sha256_block_data_order_begin: |
| 9 pushl %ebp | 9 pushl %ebp |
| 10 pushl %ebx | 10 pushl %ebx |
| (...skipping 5543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5554 popl %edi | 5554 popl %edi |
| 5555 popl %esi | 5555 popl %esi |
| 5556 popl %ebx | 5556 popl %ebx |
| 5557 popl %ebp | 5557 popl %ebp |
| 5558 ret | 5558 ret |
| 5559 .section __IMPORT,__pointers,non_lazy_symbol_pointers | 5559 .section __IMPORT,__pointers,non_lazy_symbol_pointers |
| 5560 L_OPENSSL_ia32cap_P$non_lazy_ptr: | 5560 L_OPENSSL_ia32cap_P$non_lazy_ptr: |
| 5561 .indirect_symbol _OPENSSL_ia32cap_P | 5561 .indirect_symbol _OPENSSL_ia32cap_P |
| 5562 .long 0 | 5562 .long 0 |
| 5563 #endif | 5563 #endif |
| OLD | NEW |