This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5bb7e6c Create GOT and PLT entries early in scanRelocs(). new 8c679a0 [ELF] Pad x86 executable sections with 0xcc int3 instructions
The 1 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/LinkerScript.cpp | 4 +-- ELF/LinkerScript.h | 4 +-- ELF/OutputSections.cpp | 40 ++++++++++++++++++++++++++---- ELF/OutputSections.h | 1 + ELF/SyntheticSections.cpp | 6 ++++- ELF/Target.cpp | 4 +++ ELF/Target.h | 4 +++ ELF/Writer.cpp | 2 +- test/ELF/default-fill.s | 38 ++++++++++++++++++++++++++++ test/ELF/linkerscript/excludefile.s | 9 ++++--- test/ELF/linkerscript/fill-exec-sections.s | 40 ++++++++++++++++++++++++++++++ test/ELF/linkerscript/fill.s | 3 ++- test/ELF/linkerscript/sections-padding.s | 6 ++--- 13 files changed, 143 insertions(+), 18 deletions(-) create mode 100644 test/ELF/default-fill.s create mode 100644 test/ELF/linkerscript/fill-exec-sections.s