diff options
Diffstat (limited to 'src/ld.h')
| -rw-r--r-- | src/ld.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -956,6 +956,14 @@ struct ld_state bool default_bind_local; bool default_bind_global; + /* Execuatable stack selection. */ + enum execstack + { + execstack_false = 0, + execstack_true, + execstack_false_force + } execstack; + /* True if only used sections are used. */ bool gc_sections; |
