Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277811 | Differences between
and this patch

Collapse All | Expand All

(-)john-1.7.3.1.orig/src/alpha.S (+4 lines)
Lines 318-320 DES_KS_current: Link Here
318
.space 128
318
.space 128
319
319
320
.comm DES_KS_table, (8 * 128 * 16 * 8), 128
320
.comm DES_KS_table, (8 * 128 * 16 * 8), 128
321
322
#ifdef __ELF__
323
.section .note.GNU-stack,"",@progbits
324
#endif
(-)john-1.7.3.1.orig/src/sparc.S (+4 lines)
Lines 410-412 DES_count: Link Here
410
.common DES_KS_table, (8 * 128 * 16 * 8), 32
410
.common DES_KS_table, (8 * 128 * 16 * 8), 32
411
411
412
#endif
412
#endif
413
414
#ifdef __ELF__
415
.section .note.GNU-stack,"",@progbits
416
#endif
(-)john-1.7.3.1.orig/src/x86-64.S (+4 lines)
Lines 1052-1054 DES_bs_crypt_LM_loop: Link Here
1052
	subl $1,rounds
1052
	subl $1,rounds
1053
	jnz DES_bs_crypt_LM_loop
1053
	jnz DES_bs_crypt_LM_loop
1054
	ret
1054
	ret
1055
1056
#ifdef __ELF__
1057
.section .note.GNU-stack,"",@progbits
1058
#endif
(-)john-1.7.3.1.orig/src/x86-mmx.S (+4 lines)
Lines 1314-1316 DES_bs_crypt_LM_loop: Link Here
1314
	emms
1314
	emms
1315
#endif
1315
#endif
1316
	ret
1316
	ret
1317
1318
#ifdef __ELF__
1319
.section .note.GNU-stack,"",@progbits
1320
#endif
(-)john-1.7.3.1.orig/src/x86.S (+4 lines)
Lines 1366-1368 CPU_detect_ret: Link Here
1366
	movzbl %al,%eax
1366
	movzbl %al,%eax
1367
	popl %ebx
1367
	popl %ebx
1368
	ret
1368
	ret
1369
1370
#ifdef __ELF__
1371
.section .note.GNU-stack,"",@progbits
1372
#endif
(-)john-1.7.3.1.orig/src/x86-sse.S (+4 lines)
Lines 1301-1303 DES_bs_crypt_LM_loop: Link Here
1301
	jnz DES_bs_crypt_LM_loop
1301
	jnz DES_bs_crypt_LM_loop
1302
	popl %esi
1302
	popl %esi
1303
	ret
1303
	ret
1304
1305
#ifdef __ELF__
1306
.section .note.GNU-stack,"",@progbits
1307
#endif

Return to bug 277811