summaryrefslogtreecommitdiff
path: root/src/vm/arm/patchedcode.S
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-11 13:04:43 -0700
committerGitHub <noreply@github.com>2017-10-11 13:04:43 -0700
commit27a25bd37fa1fe6201c27709b1884e1b328f8beb (patch)
tree18b7773a7d8e18cca609417940804d8dff491da2 /src/vm/arm/patchedcode.S
parentd07f1b24c4a69e6a205f8510f3dcfae0ad96aae8 (diff)
downloadcoreclr-27a25bd37fa1fe6201c27709b1884e1b328f8beb.tar.gz
coreclr-27a25bd37fa1fe6201c27709b1884e1b328f8beb.tar.bz2
coreclr-27a25bd37fa1fe6201c27709b1884e1b328f8beb.zip
Delete !FEATURE_IMPLICIT_TLS (#14398)
Linux and Windows arm64 are using the regular C/C++ thread local statics. This change unifies the remaining Windows architectures to be on the same plan.
Diffstat (limited to 'src/vm/arm/patchedcode.S')
-rw-r--r--src/vm/arm/patchedcode.S16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/vm/arm/patchedcode.S b/src/vm/arm/patchedcode.S
index 9335fe65fc..43adca25c8 100644
--- a/src/vm/arm/patchedcode.S
+++ b/src/vm/arm/patchedcode.S
@@ -20,22 +20,6 @@
LEAF_END JIT_PatchedCodeStart, _TEXT
// ------------------------------------------------------------------
-// Optimized TLS getters
-
- LEAF_ENTRY GetTLSDummy, _TEXT
- mov r0, #0
- bx lr
- LEAF_END GetTLSDummy, _TEXT
-
- .align 4
- LEAF_ENTRY ClrFlsGetBlock, _TEXT
- // This will be overwritten at runtime with optimized ClrFlsGetBlock implementation
- b C_FUNC(GetTLSDummy)
- // Just allocate space that will be filled in at runtime
- .space (TLS_GETTER_MAX_SIZE_ASM - 2)
- LEAF_END ClrFlsGetBlock, _TEXT
-
-// ------------------------------------------------------------------
// GC write barrier support.
//
// GC Write barriers are defined in asmhelpers.asm. The following functions are used to define