summaryrefslogtreecommitdiff
path: root/src/ld.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-11 09:07:37 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-11 09:07:37 +0000
commit54f33a779527d6764b4fc4068267715a718c422c (patch)
treebd4ffaa0168671f0909ff2ea5fffc0d9bb8e639e /src/ld.h
parent4f0a7a89be199fa86d9c5c7a56f4be9c5cfb2a4e (diff)
downloadelfutils-54f33a779527d6764b4fc4068267715a718c422c.tar.gz
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ld.h b/src/ld.h
index 1d964814..36afca13 100644
--- a/src/ld.h
+++ b/src/ld.h
@@ -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. */