diff options
| author | Ulrich Drepper <[email protected]> | 2006-06-11 09:07:37 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-06-11 09:07:37 +0000 |
| commit | 54f33a779527d6764b4fc4068267715a718c422c (patch) | |
| tree | bd4ffaa0168671f0909ff2ea5fffc0d9bb8e639e /src/ld.h | |
| parent | 4f0a7a89be199fa86d9c5c7a56f4be9c5cfb2a4e (diff) | |
Recognize --eh=frame-hdr option.
Don't create output sections in executables and DSOs with SHF_GROUP set.
Diffstat (limited to 'src/ld.h')
| -rw-r--r-- | src/ld.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1007,6 +1007,9 @@ struct ld_state /* Lazy-loading state for dependencies. */ bool lazyload; + /* True if an .eh_frame_hdr section should be generated. */ + bool eh_frame_hdr; + /* True if in executables all global symbols should be exported in the dynamic symbol table. */ |
