From faf5d86e0f575bdb459f0cf8ace7a89ca3dc43c1 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Wed, 3 May 2017 17:01:07 +0300 Subject: Change relocations in ngen-ed code with PC-relative constants for Linux ARM32. --- src/jit/emit.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/jit/emit.h') diff --git a/src/jit/emit.h b/src/jit/emit.h index a63242f0b0..49d81c134d 100644 --- a/src/jit/emit.h +++ b/src/jit/emit.h @@ -2174,6 +2174,11 @@ public: WORD slotNum = 0, /* IN */ INT32 addlDelta = 0); /* IN */ +#ifdef _TARGET_ARM_ + void emitHandlePCRelativeMov32(void* location, /* IN */ + void* target); /* IN */ +#endif + void emitRecordCallSite(ULONG instrOffset, /* IN */ CORINFO_SIG_INFO* callSig, /* IN */ CORINFO_METHOD_HANDLE methodHandle); /* IN */ -- cgit v1.2.3