]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Don't create INTERP and PHDR program header entry if a DSO is created without
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Jun 2006 22:40:23 +0000 (22:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Jun 2006 22:40:23 +0000 (22:40 +0000)
commit6ca4600fb59d1e1ae3dfb872b184ac91f10c473f
treedf850603e6b4df8787b23a46321c13f60e53bac1
parentcbb51e5253e05d98af8bdaf2217fed00b2e489b9
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.
15 files changed:
NEWS
backends/ChangeLog
backends/common-reloc.c
libebl/ChangeLog
libebl/Makefile.am
libebl/ebl-hooks.h
libebl/eblnonerelocp.c [new file with mode: 0644]
libebl/eblopenbackend.c
libebl/libebl.h
src/ChangeLog
src/elflint.c
src/i386_ld.c
src/ld.h
src/ldgeneric.c
src/ldscript.y