[PATCH] [lld][ELF][Writer] Add dynamic relocation tables.

Michael Spencer bigcheesegs at gmail.com
Mon Feb 25 14:23:50 PST 2013


Hi shankarke,

This adds separate PLT and dynamic relocation tables. It also fills in the dynamic table entries for them.

This does not have any tests because there are no relocations that get added yet. Next patch will have tests.

http://llvm-reviews.chandlerc.com/D461

Files:
  include/lld/ReaderWriter/ELFTargetInfo.h
  lib/ReaderWriter/ELF/DefaultLayout.h
  lib/ReaderWriter/ELF/SectionChunks.h
  lib/ReaderWriter/ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D461.1.patch
Type: text/x-patch
Size: 10279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130225/754fac6c/attachment.bin>


More information about the llvm-commits mailing list