diff options
| author | Ulrich Drepper <[email protected]> | 2006-06-12 22:40:23 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-06-12 22:40:23 +0000 |
| commit | 6ca4600fb59d1e1ae3dfb872b184ac91f10c473f (patch) | |
| tree | df850603e6b4df8787b23a46321c13f60e53bac1 /src/ld.h | |
| parent | cbb51e5253e05d98af8bdaf2217fed00b2e489b9 (diff) | |
Don't create INTERP and PHDR program header entry if a DSO is created without
a specific interpreter.
Ignore duplicate COMDAT group sections.
elflint should not complain about anything about *_NONE relocations.
Add support to libebl to determine whether given relocation is *_NONE
relocation.
Diffstat (limited to 'src/ld.h')
| -rw-r--r-- | src/ld.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,6 +174,8 @@ struct usedfiles Elf32_Word allsectionsidx; /* True if the section is used. */ bool used; + /* True if section is an unused COMDAT section. */ + bool unused_comdat; /* Section group number. This is the index of the SHT_GROUP section. */ Elf32_Word grpid; /* Pointer back to the containing file information structure. */ |
