diff options
| author | Ulrich Drepper <[email protected]> | 2006-06-11 00:20:43 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-06-11 00:20:43 +0000 |
| commit | 2d88028a7b30d9e9be8e5af089cd6dcc22f80ce1 (patch) | |
| tree | 5a10d1118c2d8d0d696c6b83c796c77ed7c30414 /src/ld.h | |
| parent | 697f4db2f34c054a2f93b45dbdbbaec82e34a409 (diff) | |
Implement -z execstack/noexecstack 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; |
