[PATCH] D13815: [ELF2] Add support for Gnu Hash section

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 09:24:02 PDT 2015


ikudrin updated this revision to Diff 37764.
ikudrin added a comment.

- Implemented the new approach to sort symbols within a symbol table. All symbols are added to symbol tables which are responsible for sorting them in the correct order, taking into account all requirements.

NB. If this approach is recognized as acceptable, I think it will be better to commit it in a separate patch.


http://reviews.llvm.org/D13815

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/elf2/gnu-hash-table.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13815.37764.patch
Type: text/x-patch
Size: 27394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/f758b950/attachment.bin>


More information about the llvm-commits mailing list