[PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 27 08:02:46 PDT 2016


evgeny777 updated this revision to Diff 69490.
evgeny777 added a comment.

Fixed bug in addStartEndSymbols() which caused the following script to fail

  .eh_frame_hdr : {
     *(.eh_frame_hdr)
     *(.eh_frame_hdr)
  }


https://reviews.llvm.org/D23716

Files:
  ELF/LinkerScript.cpp
  test/ELF/linkerscript/linkerscript-symbols-synthetic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23716.69490.patch
Type: text/x-patch
Size: 6915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160827/a214c362/attachment.bin>


More information about the llvm-commits mailing list