File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 * Mark the resulting object file as not requiring execution permissions on
1919 * stack memory. The absence of this section would mark the whole resulting
2020 * library as requiring an executable stack , making it impossible to
21- * dynamically load druntime on several Linux platforms where this is
22- * forbidden due to security policies.
21+ * dynamically load druntime on several platforms where this is forbidden
22+ * due to security policies.
2323 * /
2424. section .note.GNU - stack , "" , %progbits
2525#endif
Original file line number Diff line number Diff line change 1111 * Mark the resulting object file as not requiring execution permissions on
1212 * stack memory. The absence of this section would mark the whole resulting
1313 * library as requiring an executable stack, making it impossible to
14- * dynamically load druntime on several Linux platforms where this is
15- * forbidden due to security policies.
14+ * dynamically load druntime on several platforms where this is forbidden
15+ * due to security policies.
1616 */
1717.section .note.GNU-stack,"",%progbits
1818#endif
Original file line number Diff line number Diff line change 1010 * Mark the resulting object file as not requiring execution
1111 * permissions on stack memory. The absence of this section would mark
1212 * the whole resulting library as requiring an executable stack ,
13- * making it impossible to dynamically load druntime on several Linux
13+ * making it impossible to dynamically load druntime on several
1414 * platforms where this is forbidden due to security policies.
1515 * /
1616
You can’t perform that action at this time.
0 commit comments