This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 17ec08b78 [ELF] - Ignore non-absolute R_386_GOTPC relocation in debug s [...] new 251d6ebde ELF: Add support for emitting dynamic relocations in the Andr [...]
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/Config.h | 1 + ELF/Driver.cpp | 8 ++ ELF/Options.td | 3 + ELF/SyntheticSections.cpp | 275 ++++++++++++++++++++++++++++++++++++++++----- ELF/SyntheticSections.h | 52 +++++++-- ELF/Writer.cpp | 35 ++++-- test/ELF/pack-dyn-relocs.s | 210 ++++++++++++++++++++++++++++++++++ 7 files changed, 531 insertions(+), 53 deletions(-) create mode 100644 test/ELF/pack-dyn-relocs.s