[PATCH] D50077: [LLD][ELF][ARM] Add support for Armv5 and Armv6 compatible Thunks

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 07:06:07 PDT 2018


peter.smith updated this revision to Diff 158535.
peter.smith added a comment.

Updated patch. Changes:

- Correct instruction sequence in PI thunk to avoid use of Armv7 instruction
- Update and add tests for error messages
- Moved ThunkSectionSpacing into a function


https://reviews.llvm.org/D50077

Files:
  ELF/AArch64ErrataFix.cpp
  ELF/Arch/AArch64.cpp
  ELF/Arch/ARM.cpp
  ELF/Driver.cpp
  ELF/Relocations.cpp
  ELF/Target.h
  ELF/Thunks.cpp
  ELF/Writer.cpp
  test/ELF/arm-bl-v6.s
  test/ELF/arm-blx-v4t.s
  test/ELF/arm-branch-rangethunk.s
  test/ELF/arm-branch-undef-weak-plt-thunk.s
  test/ELF/arm-long-thunk-converge.s
  test/ELF/arm-thumb-branch-rangethunk.s
  test/ELF/arm-thumb-interwork-shared.s
  test/ELF/arm-thumb-interwork-thunk-range.s
  test/ELF/arm-thumb-interwork-thunk-v5.s
  test/ELF/arm-thumb-interwork-thunk.s
  test/ELF/arm-thumb-nov6thunk.s
  test/ELF/arm-thumb-thunk-symbols.s
  test/ELF/arm-thunk-edgecase.s
  test/ELF/arm-thunk-linkerscript-dotexpr.s
  test/ELF/arm-thunk-linkerscript-orphan.s
  test/ELF/arm-thunk-linkerscript.s
  test/ELF/arm-thunk-re-add.s
  test/ELF/arm-v5-reloc-error.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50077.158535.patch
Type: text/x-patch
Size: 34298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/fd9ec9a6/attachment.bin>


More information about the llvm-commits mailing list