File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
runtime/druntime/src/core/thread/fiber Expand file tree Collapse file tree 2 files changed +4
-4
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
You can’t perform that action at this time.
0 commit comments