Bug 752293 - Mark stacks non-executable in yuv_row_arm.s, r=glandium

This commit is contained in:
Timothy B. Terriberry 2012-05-06 05:41:14 -07:00
parent bbdbea34a5
commit 05e7573fc2

View File

@ -330,3 +330,7 @@ s42xbily_neon_done:
LDMFD r13!,{r4-r9,PC} @ 8 words.
.fnend
.size ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, .-ScaleYCbCr42xToRGB565_BilinearY_Row_NEON
#if defined(__ELF__)&&defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif