Commits

Han Sangjin committed 1dfe3078f78
[stdlib] Don't make the stack executable If some object file doesn't contain a section of the name '.note.GNU-stack', the linker make the stack executable. We append the section to swift_begin.o and swift_end.o because don't need executable stack. (reference: http://en.chys.info/2010/12/note-gnu-stack/)