pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Remove merged patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Feb 1 10:36:34 2016 +0100
Changeset:	697af613feeb795e489c44c7e45b7944150af1a0

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_vm_method.cpp

Log Message:
coreclr-git: Remove merged patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=697af613feeb795e489c44c7e45b7944150af1a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/distinfo                        |  1 -
 coreclr-git/patches/patch-src_vm_method.cpp | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index ff7319c..99a7a30 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -13,4 +13,3 @@ SHA1 (patch-src_pal_src_include_pal_context.h) = 32e5535866b4c7046bb05cc152b2e6d
 SHA1 (patch-src_pal_src_include_pal_synchcache.hpp) = 7ace14659295f07fd62e0d2a5f2b2d55541debfb
 SHA1 (patch-src_pal_src_thread_context.cpp) = badf337b8b9c561db9cbf928ea2f35b54178a7e0
 SHA1 (patch-src_pal_src_thread_thread.cpp) = 7c11ae04827da599d2e2b64ae8d57efc62b2494b
-SHA1 (patch-src_vm_method.cpp) = 03c4633e4866794c7ba0162e9f72f127f44603fb
diff --git a/coreclr-git/patches/patch-src_vm_method.cpp b/coreclr-git/patches/patch-src_vm_method.cpp
deleted file mode 100644
index 8c0e094..0000000
--- a/coreclr-git/patches/patch-src_vm_method.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/vm/method.cpp.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/vm/method.cpp
-@@ -5193,7 +5193,7 @@ LPVOID NDirectMethodDesc::FindEntryPoint
-     if (GetEntrypointName()[0] == '#')
-     {
-         long ordinal = atol(GetEntrypointName()+1);
--        return GetProcAddress(hMod, (LPCSTR)(size_t)((UINT16)ordinal));
-+        return reinterpret_cast<LPVOID>(GetProcAddress(hMod, (LPCSTR)(size_t)((UINT16)ordinal)));
-     }
- 
-     // Just look for the unmangled name.  If it is unicode fcn, we are going


Home | Main Index | Thread Index | Old Index