From 6ca4600fb59d1e1ae3dfb872b184ac91f10c473f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Jun 2006 22:40:23 +0000 Subject: 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. --- src/ld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ld.h') diff --git a/src/ld.h b/src/ld.h index 36afca13..bdabee44 100644 --- a/src/ld.h +++ b/src/ld.h @@ -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. */ -- cgit v1.2.3