Due to comdat folding some fcalls are pointing to same code. This fix ensures that...
authorRahul Kumar <rahku@microsoft.com>
Thu, 18 Aug 2016 02:37:23 +0000 (19:37 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 18 Aug 2016 02:37:23 +0000 (19:37 -0700)
commit794d4e3d285ff68479c7611ea9c0051de3d88655
tree248b76c0bf133cb3e561ee12f36869b695484df8
parent7b8b9db5659525914b17007280e8b6116c77758b
Due to comdat folding some fcalls are pointing to same code. This fix ensures that these fcall has a unique code address. (dotnet/coreclr#6776)

Commit migrated from https://github.com/dotnet/coreclr/commit/473d6f1e7e30b56aaa7677da45163bc567210a62
src/coreclr/src/vm/runtimehandles.cpp
src/coreclr/src/vm/stubhelpers.cpp