Commit Graph

6 Commits

Author SHA1 Message Date
practicalswift
6d1ae2a39c [gardening] 2016 → 2017 2017-01-06 16:41:22 +01:00
practicalswift
797b80765f [gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
2016-11-20 17:36:03 +01:00
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