Commit Graph

4 Commits

Author SHA1 Message Date
William Dillon
244b448bcd Fixed stack execution for arm 2016-06-20 18:01:28 +00:00
Han Sangjin
1dfe3078f7 [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/)
2016-06-18 05:17:32 +09:00
practicalswift
bb3f6ac508 [gardening] Fix header consistency for recently introduced .S file 2016-02-18 15:36:05 +01:00
William Dillon
d0d9b1de5a Discard swift.ld and support gold linker 2016-02-17 17:47:35 -08:00