[PATCH] D14917: [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC.

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 03:29:11 PST 2015


ikudrin created this revision.
ikudrin added reviewers: ruiu, davide.
ikudrin added a subscriber: llvm-commits.
ikudrin added a project: lld.
Herald added subscribers: rengolin, aemerson.

With these relocations, I'm able to build a simple "hello world" program for AArch64 Debian.

http://reviews.llvm.org/D14917

Files:
  ELF/InputSection.cpp
  ELF/Target.cpp
  ELF/Target.h
  test/ELF/got-aarch64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14917.40910.patch
Type: text/x-patch
Size: 5458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/14406908/attachment.bin>


More information about the llvm-commits mailing list