This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c0cada6 Reduce usage of isRelRelative. new 221e948 ELF: Create .gnu.version and .gnu.version_r sections when lin [...]
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/InputFiles.cpp | 61 ++++++++++++++++++++++- ELF/InputFiles.h | 19 +++++++ ELF/OutputSections.cpp | 112 ++++++++++++++++++++++++++++++++++++++++++ ELF/OutputSections.h | 49 ++++++++++++++++++ ELF/Symbols.h | 14 +++++- ELF/Writer.cpp | 13 ++++- test/ELF/Inputs/verneed.so.sh | 58 ++++++++++++++++++++++ test/ELF/Inputs/verneed1.so | Bin 0 -> 2632 bytes test/ELF/Inputs/verneed2.so | Bin 0 -> 2200 bytes test/ELF/verneed-local.s | 8 +++ test/ELF/verneed.s | 104 +++++++++++++++++++++++++++++++++++++++ 11 files changed, 434 insertions(+), 4 deletions(-) create mode 100755 test/ELF/Inputs/verneed.so.sh create mode 100755 test/ELF/Inputs/verneed1.so create mode 100755 test/ELF/Inputs/verneed2.so create mode 100644 test/ELF/verneed-local.s create mode 100644 test/ELF/verneed.s