pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coreclr-git: Remove obsoleted patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Feb 14 13:45:07 2016 +0100
Changeset: 43bae22fd39a167a6f2116056a73acaeaa5ef7a6
Modified Files:
coreclr-git/distinfo
Removed Files:
coreclr-git/patches/patch-src_vm_amd64_externalmethodfixupthunk.S
coreclr-git/patches/patch-src_vm_amd64_jithelpers__fast.S
coreclr-git/patches/patch-src_vm_amd64_pinvokestubs.S
coreclr-git/patches/patch-src_vm_amd64_theprestubamd64.S
coreclr-git/patches/patch-src_vm_amd64_umthunkstub.S
coreclr-git/patches/patch-src_vm_amd64_unixasmhelpers.S
coreclr-git/patches/patch-src_vm_amd64_virtualcallstubamd64.S
Log Message:
coreclr-git: Remove obsoleted patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=43bae22fd39a167a6f2116056a73acaeaa5ef7a6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coreclr-git/distinfo | 7 ----
.../patch-src_vm_amd64_externalmethodfixupthunk.S | 40 -------------------
.../patches/patch-src_vm_amd64_jithelpers__fast.S | 13 -------
.../patches/patch-src_vm_amd64_pinvokestubs.S | 31 ---------------
.../patches/patch-src_vm_amd64_theprestubamd64.S | 18 ---------
.../patches/patch-src_vm_amd64_umthunkstub.S | 43 ---------------------
.../patches/patch-src_vm_amd64_unixasmhelpers.S | 45 ----------------------
.../patch-src_vm_amd64_virtualcallstubamd64.S | 22 -----------
8 files changed, 219 deletions(-)
diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index a6257b0..27aa74f 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -8,10 +8,3 @@ SHA1 (patch-src_dlls_mscoree_coreclr_CMakeLists.txt) = 50339aa1e75d76ef1e9d24c14
SHA1 (patch-src_gc_gc.cpp) = c468a34bbafe35dcd242065762ff042a94152e47
SHA1 (patch-src_pal_src_misc_miscpalapi.cpp) = b7a902309081c9a1a4d7a8a4dcfbb11342c7e311
SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_CMakeLists.txt) = c3974175fce11c46ecc60ca75b4b5959e6e79a9b
-SHA1 (patch-src_vm_amd64_externalmethodfixupthunk.S) = 5e84b369f30ea62e391e1f949d0d01e1995e5192
-SHA1 (patch-src_vm_amd64_jithelpers__fast.S) = b4002abaed826b673c0af58a818c25d6b17e488e
-SHA1 (patch-src_vm_amd64_pinvokestubs.S) = 344e94f87fc08edde9a61f74a495e3bd2ed11248
-SHA1 (patch-src_vm_amd64_theprestubamd64.S) = aa538fbd94baabc52509876c11c0686f132f2961
-SHA1 (patch-src_vm_amd64_umthunkstub.S) = 3f8ba7862225e6f8a997128fec248946585c26d8
-SHA1 (patch-src_vm_amd64_unixasmhelpers.S) = e481f9b074feb2d82405335bd81579b5e2157f3f
-SHA1 (patch-src_vm_amd64_virtualcallstubamd64.S) = bc6632bb7838226e31e522ab85eef401aff828ab
diff --git a/coreclr-git/patches/patch-src_vm_amd64_externalmethodfixupthunk.S b/coreclr-git/patches/patch-src_vm_amd64_externalmethodfixupthunk.S
deleted file mode 100644
index 93fff77..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_externalmethodfixupthunk.S
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/externalmethodfixupthunk.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/externalmethodfixupthunk.S
-@@ -18,7 +18,7 @@ NESTED_ENTRY ExternalMethodFixupStub, _T
- mov rdx, 0 // sectionIndex
- mov rcx, 0 // pModule
-
-- call C_FUNC(ExternalMethodFixupWorker)
-+ call EXTERNAL_C_FUNC(ExternalMethodFixupWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
- PATCH_LABEL ExternalMethodFixupPatchLabel
-@@ -35,7 +35,7 @@ NESTED_ENTRY DelayLoad_MethodCall, _TEXT
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock
- mov rsi, rax // pIndirection
-
-- call C_FUNC(ExternalMethodFixupWorker)
-+ call EXTERNAL_C_FUNC(ExternalMethodFixupWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
-
-@@ -56,7 +56,7 @@ NESTED_ENTRY DelayLoad_Helper\suffix, _T
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock
- mov rsi, rax // pIndirection
-
-- call C_FUNC(DynamicHelperWorker)
-+ call EXTERNAL_C_FUNC(DynamicHelperWorker)
-
- test rax,rax
- jnz LOCAL_LABEL(TailCallDelayLoad_Helper\suffix)
-@@ -89,7 +89,7 @@ NESTED_ENTRY VirtualMethodFixupStub, _TE
-
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock
- sub rsi, 5 // pThunk
-- call C_FUNC(VirtualMethodFixupWorker)
-+ call EXTERNAL_C_FUNC(VirtualMethodFixupWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
- PATCH_LABEL VirtualMethodFixupPatchLabel
diff --git a/coreclr-git/patches/patch-src_vm_amd64_jithelpers__fast.S b/coreclr-git/patches/patch-src_vm_amd64_jithelpers__fast.S
deleted file mode 100644
index 12bb040..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_jithelpers__fast.S
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/jithelpers_fast.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/jithelpers_fast.S
-@@ -19,7 +19,7 @@ LEAF_END JIT_PatchedCodeStart, _TEXT
- LEAF_ENTRY JIT_WriteBarrier, _TEXT
- #ifdef _DEBUG
- // In debug builds, this just contains jump to the debug version of the write barrier by default
-- jmp C_FUNC(JIT_WriteBarrier_Debug)
-+ jmp EXTERNAL_C_FUNC(JIT_WriteBarrier_Debug)
- #endif
-
- // Do the move into the GC . It is correct to take an AV here, the EH code
diff --git a/coreclr-git/patches/patch-src_vm_amd64_pinvokestubs.S b/coreclr-git/patches/patch-src_vm_amd64_pinvokestubs.S
deleted file mode 100644
index 970e450..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_pinvokestubs.S
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/pinvokestubs.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/pinvokestubs.S
-@@ -22,7 +22,7 @@ LEAF_ENTRY GenericPInvokeCalliHelper, _T
- //
- mov rax, [PINVOKE_CALLI_SIGTOKEN_REGISTER + OFFSETOF__VASigCookie__pNDirectILStub]
- test rax, rax
-- jz C_FUNC(GenericPInvokeCalliGenILStub)
-+ jz EXTERNAL_C_FUNC(GenericPInvokeCalliGenILStub)
-
- //
- // We need to distinguish between a MethodDesc* and an unmanaged target in PInvokeStubForHost().
-@@ -55,7 +55,7 @@ NESTED_ENTRY GenericPInvokeCalliGenILStu
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock*
- mov rsi, PINVOKE_CALLI_SIGTOKEN_REGISTER // pVASigCookie
- mov rdx, METHODDESC_REGISTER // pUnmanagedTarget
-- call C_FUNC(GenericPInvokeCalliStubWorker)
-+ call EXTERNAL_C_FUNC(GenericPInvokeCalliStubWorker)
-
- //
- // restore target
-@@ -115,7 +115,7 @@ NESTED_ENTRY VarargPInvokeGenILStub, _TE
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock*
- mov rsi, PINVOKE_CALLI_SIGTOKEN_REGISTER // pVASigCookie
- mov rdx, METHODDESC_REGISTER // pMD
-- call C_FUNC(VarargPInvokeStubWorker)
-+ call EXTERNAL_C_FUNC(VarargPInvokeStubWorker)
-
- //
- // restore target
diff --git a/coreclr-git/patches/patch-src_vm_amd64_theprestubamd64.S b/coreclr-git/patches/patch-src_vm_amd64_theprestubamd64.S
deleted file mode 100644
index eb82143..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_theprestubamd64.S
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/theprestubamd64.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/theprestubamd64.S
-@@ -14,7 +14,7 @@ NESTED_ENTRY ThePreStub, _TEXT, NoHandle
- //
- lea rdi, [rsp + __PWTB_TransitionBlock] // pTransitionBlock*
- mov rsi, METHODDESC_REGISTER
-- call C_FUNC(PreStubWorker)
-+ call EXTERNAL_C_FUNC(PreStubWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
- TAILJMP_RAX
-@@ -27,4 +27,3 @@ LEAF_ENTRY ThePreStubPatch, _TEXT
- PATCH_LABEL ThePreStubPatchLabel
- ret
- LEAF_END ThePreStubPatch, _TEXT
--
diff --git a/coreclr-git/patches/patch-src_vm_amd64_umthunkstub.S b/coreclr-git/patches/patch-src_vm_amd64_umthunkstub.S
deleted file mode 100644
index bf0ad7f..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_umthunkstub.S
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/umthunkstub.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/umthunkstub.S
-@@ -17,7 +17,7 @@ NESTED_ENTRY TheUMEntryPrestub, _TEXT, U
- END_PROLOGUE
-
- mov rdi, METHODDESC_REGISTER
-- call C_FUNC(TheUMEntryPrestubWorker)
-+ call EXTERNAL_C_FUNC(TheUMEntryPrestubWorker)
-
- // we're going to tail call to the exec stub that we just setup
-
-@@ -75,7 +75,7 @@ NESTED_ENTRY UMThunkStub, _TEXT, Unhandl
- //
- // Call GetThread()
- //
-- call C_FUNC(GetThread)
-+ call EXTERNAL_C_FUNC(GetThread)
- test rax, rax
- jz LOCAL_LABEL(DoThreadSetup)
-
-@@ -152,17 +152,17 @@ LOCAL_LABEL(PostCall):
-
-
- LOCAL_LABEL(DoThreadSetup):
-- call C_FUNC(CreateThreadBlockThrow)
-+ call EXTERNAL_C_FUNC(CreateThreadBlockThrow)
- jmp LOCAL_LABEL(HaveThread)
-
- LOCAL_LABEL(InvalidTransition):
- //No arguments to setup , ReversePInvokeBadTransition will failfast
-- call C_FUNC(ReversePInvokeBadTransition)
-+ call EXTERNAL_C_FUNC(ReversePInvokeBadTransition)
-
- LOCAL_LABEL(DoTrapReturningThreadsTHROW):
- mov rdi, r12 // Thread* pThread
- mov rsi, [rbp - UMThunkStubAMD64_RBP_OFFSET + UMThunkStubAMD64_METHODDESC_OFFSET] // UMEntryThunk* pUMEntry
-- call C_FUNC(UMThunkStubRareDisableWorker)
-+ call EXTERNAL_C_FUNC(UMThunkStubRareDisableWorker)
-
- jmp LOCAL_LABEL(InCooperativeMode)
-
diff --git a/coreclr-git/patches/patch-src_vm_amd64_unixasmhelpers.S b/coreclr-git/patches/patch-src_vm_amd64_unixasmhelpers.S
deleted file mode 100644
index 664bf99..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_unixasmhelpers.S
+++ /dev/null
@@ -1,45 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/unixasmhelpers.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/unixasmhelpers.S
-@@ -26,7 +26,7 @@ LEAF_ENTRY PrecodeFixupThunk, _TEXT
- lea METHODDESC_REGISTER,[rax+r11*8]
-
- // Tail call to prestub
-- jmp C_FUNC(ThePreStub)
-+ jmp EXTERNAL_C_FUNC(ThePreStub)
-
- LEAF_END PrecodeFixupThunk, _TEXT
-
-@@ -113,7 +113,7 @@ NESTED_ENTRY NDirectImportThunk, _TEXT,
- // Call NDirectImportWorker w/ the NDirectMethodDesc*
- //
- mov rdi, METHODDESC_REGISTER
-- call C_FUNC(NDirectImportWorker)
-+ call EXTERNAL_C_FUNC(NDirectImportWorker)
-
- RESTORE_FLOAT_ARGUMENT_REGISTERS 0
-
-@@ -160,7 +160,7 @@ NESTED_ENTRY JIT_RareDisableHelper, _TEX
- // Second float return register
- movdqa xmmword ptr [rsp+0x10], xmm1
-
-- call C_FUNC(JIT_RareDisableHelperWorker)
-+ call EXTERNAL_C_FUNC(JIT_RareDisableHelperWorker)
-
- movdqa xmm0, xmmword ptr [rsp]
- movdqa xmm1, xmmword ptr [rsp+0x10]
-@@ -330,7 +330,7 @@ LEAF_ENTRY SinglecastDelegateInvokeStub,
-
- NullObject:
- mov rdi, CORINFO_NullReferenceException_ASM
-- jmp C_FUNC(JIT_InternalThrow)
-+ jmp EXTERNAL_C_FUNC(JIT_InternalThrow)
-
- LEAF_END SinglecastDelegateInvokeStub, _TEXT
-
-@@ -372,4 +372,3 @@ LEAF_ENTRY StartUnwindingNativeFrames, _
- mov rdi, rsi
- jmp EXTERNAL_C_FUNC(ThrowExceptionHelper)
- LEAF_END StartUnwindingNativeFrames, _TEXT
--
diff --git a/coreclr-git/patches/patch-src_vm_amd64_virtualcallstubamd64.S b/coreclr-git/patches/patch-src_vm_amd64_virtualcallstubamd64.S
deleted file mode 100644
index f5c8cf0..0000000
--- a/coreclr-git/patches/patch-src_vm_amd64_virtualcallstubamd64.S
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- src/vm/amd64/virtualcallstubamd64.S.orig 2016-02-06 09:37:43.000000000 +0000
-+++ src/vm/amd64/virtualcallstubamd64.S
-@@ -35,7 +35,7 @@ NESTED_ENTRY ResolveWorkerAsmStub, _TEXT
- and rcx, 7 // flags
- sub rsi, rcx // indirection cell
-
-- call C_FUNC(VSD_ResolveWorker)
-+ call EXTERNAL_C_FUNC(VSD_ResolveWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
- TAILJMP_RAX
-@@ -99,7 +99,7 @@ NESTED_ENTRY StubDispatchFixupStub, _TEX
- mov rdx,0 // sectionIndex
- mov rcx,0 // pModule
-
-- call C_FUNC(StubDispatchFixupWorker)
-+ call EXTERNAL_C_FUNC(StubDispatchFixupWorker)
-
- EPILOG_WITH_TRANSITION_BLOCK_TAILCALL
- PATCH_LABEL StubDispatchFixupPatchLabel
Home |
Main Index |
Thread Index |
Old Index