Mark csu on PowerPC as not requiring executable stack.

Reviewed and tested by:	nwhitehorn
This commit is contained in:
Konstantin Belousov 2011-01-14 11:34:58 +00:00
parent 8f861da99c
commit 33e6b543c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217399
4 changed files with 8 additions and 0 deletions

View File

@ -47,3 +47,5 @@ _fini:
stw 31,12(1)
stw 0,20(1)
mr 31,1
.section .note.GNU-stack,"",%progbits

View File

@ -42,3 +42,5 @@ __FBSDID("$FreeBSD$");
lwz 31,-4(11)
mr 1,11
blr
.section .note.GNU-stack,"",%progbits

View File

@ -59,3 +59,5 @@ _fini:
stdu 1,-48(1)
mflr 0
std 0,64(1)
.section .note.GNU-stack,"",%progbits

View File

@ -38,3 +38,5 @@ __FBSDID("$FreeBSD$");
ld 0,16(%r1)
mtlr 0
blr
.section .note.GNU-stack,"",%progbits