This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 680a71926 [ELF] - Improve "has non-ABS reloc" error. new 0c9949d2c [LLD] Fix findOrphanPos to consistently ignore "dead" OutputS [...] new fe86a4e39 [ELF] Set Dot initially to --image-base value when using link [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 2 +- ELF/Driver.cpp | 9 ++++----- ELF/LinkerScript.cpp | 9 +++++---- ELF/SyntheticSections.cpp | 2 +- ELF/Target.cpp | 7 +++++++ ELF/Target.h | 13 ++++++++----- ELF/Writer.cpp | 8 +++++--- test/ELF/linkerscript/image-base.s | 18 ++++++++++++++++++ test/ELF/linkerscript/orphan-phdrs.s | 34 ++++++++++++++++++++++++++++++++++ 9 files changed, 83 insertions(+), 19 deletions(-) create mode 100644 test/ELF/linkerscript/image-base.s create mode 100644 test/ELF/linkerscript/orphan-phdrs.s