[PATCH] D41234: [ELF] Fix placement of a sentinel entry in the .ARM.exidx section.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 05:45:17 PST 2017


ikudrin created this revision.
ikudrin added reviewers: rafael, peter.smith, ruiu.
ikudrin added a project: lld.
Herald added subscribers: kristof.beyls, javed.absar, emaste, aemerson.

If an output section description for `.ARM.exidx` ends with an assignment statement,
the value of the symbol should include the sentinel entry.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41234

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp
  test/ELF/linkerscript/arm-exidx-sentinel-and-assignment.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41234.126937.patch
Type: text/x-patch
Size: 8256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171214/fed1a59c/attachment.bin>


More information about the llvm-commits mailing list