Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.
authorRuben Ayrapetyan <r.ayrapetyan@samsung.com>
Wed, 3 May 2017 14:01:07 +0000 (17:01 +0300)
committerRuben Ayrapetyan <r.ayrapetyan@samsung.com>
Mon, 15 May 2017 13:00:24 +0000 (16:00 +0300)
commitb1430a3d49c14a2ff09906d7dc82536e05a95895
treeae889900aabb2d2bf26b6121f3da6af480ad886a
parente5cfb3ea08b1741c5ae65bf4c993bad0c98f6e2b
Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.

Commit migrated from https://github.com/dotnet/coreclr/commit/faf5d86e0f575bdb459f0cf8ace7a89ca3dc43c1
15 files changed:
src/coreclr/src/inc/corinfo.h
src/coreclr/src/inc/corjit.h
src/coreclr/src/inc/zapper.h
src/coreclr/src/jit/codegen.h [changed mode: 0755->0644]
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenlegacy.cpp
src/coreclr/src/jit/emit.cpp
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/emitarm.cpp
src/coreclr/src/jit/instr.cpp
src/coreclr/src/jit/jitee.h
src/coreclr/src/zap/zapinfo.cpp
src/coreclr/src/zap/zapper.cpp
src/coreclr/src/zap/zaprelocs.cpp