aboutsummaryrefslogtreecommitdiff
path: root/elf/check-execstack.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01Do check-execstack test using readelf rather than a build-time C program.Roland McGrath1-162/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-01-13Fix check-execstack testAndreas Schwab1-10/+10
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-4/+9
2009-05-15Test DSOs for executable stack.Ulrich Drepper1-0/+158
Add a text program, built to run on the host, to check all newly built DSOs for executable stacks and fail if the stack information is missing or indicates executable stacks.