OSDN Git Service

Fix R_AARCH64_ABS/PREL relocations
authorDmitriy Ivanov <dimitry@google.com>
Thu, 15 Oct 2015 20:26:03 +0000 (13:26 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Fri, 16 Oct 2015 17:42:16 +0000 (10:42 -0700)
commit77f91c6d99c25fce4fbf9704aa6f7232fb624ff4
treed10dc214af563d8081bcf72af4ef9e5bdbeb614a
parent198d13e8c25e69f7dbda3f5e1a3258b13fe8db5d
Fix R_AARCH64_ABS/PREL relocations

According to specification arm64 relocations
should not use *reloc value.

See http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf
section 4.6.5

Bug: http://b/24977219
Bug: http://b/24527155
Change-Id: I3813255771f408ba957963c6ad56ed08e5110d83
linker/linker.cpp