Support ARM_V4BX relocation
authorFangrui Song <maskray@google.com>
Fri, 16 Nov 2018 19:24:45 +0000 (19:24 +0000)
committerFangrui Song <maskray@google.com>
Fri, 16 Nov 2018 19:24:45 +0000 (19:24 +0000)
commit113d868ff115c615c465dd8d77cc522572d6dd93
tree9f22f3dd8beb8a93380823964174474c6f4973f0
parent9004444d815579e01c393553f598ffbe9da4564b
Support ARM_V4BX relocation

Summary: This patch implementation the handler for ARM_V4BX. This relocation is used by GNU runtime files and other armv4 applications.

Patch by Yin Ma

Reviewers: espindola, MaskRay, ruiu, peter.smith, pcc

Reviewed By: ruiu

Subscribers: yinma, pcc, peter.smith, MaskRay, rovka, efriedma, emaste, javed.absar, arichardson, kristof.beyls, chrib, llvm-commits

Differential Revision: https://reviews.llvm.org/D53444

llvm-svn: 347077
lld/ELF/Arch/ARM.cpp
lld/test/ELF/v4bx.yaml [new file with mode: 0644]