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/md5-mmx.S (+3 lines)
Lines 306-308 mdfivemmx_noinit: Link Here
306
	
306
	
307
	ret
307
	ret
308
308
309
#ifdef __ELF__
310
.section .note.GNU-stack,"",@progbits
311
#endif
(-)john-1.7.3.1.orig/src/sha1-mmx.S (+4 lines)
Lines 558-560 endianity: Link Here
558
	por tmp2, ctxd
558
	por tmp2, ctxd
559
	por tmp4, ctxe
559
	por tmp4, ctxe
560
*/
560
*/
561
562
#ifdef __ELF__
563
.section .note.GNU-stack,"",@progbits
564
#endif

Return to bug 277811