ikudrin added inline comments.
================
Comment at: ELF/Writer.cpp:641
@@ +640,3 @@
+ if (B->isUndefined())
+ Symtab.addAbsoluteSym("end", DefinedAbsolute<ELFT>::End);
+
----------------
Not exactly. They only share the content.
http://reviews.llvm.org/D14833