13
0

Commit read-only stack security fix for 64bit processors.

git-svn-id: svn://localhost/ardour2/trunk@1012 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2006-10-26 04:32:12 +00:00
parent aef6bdba1c
commit 5a8bc070cd

View File

@ -602,3 +602,8 @@ x86_sse_compute_peak:
.size x86_sse_compute_peak, .-x86_sse_compute_peak
#; end proc
#ifdef __ELF__
.section .note.GNU-statck,"",%progbits
#endif