2002-09-21 Zoltan Varga <vargaz@freemail.hu>
authorPaolo Molaro <lupus@oddwiz.org>
Tue, 24 Sep 2002 09:20:39 +0000 (09:20 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Tue, 24 Sep 2002 09:20:39 +0000 (09:20 -0000)
commitb5f0912fcd5e54389e11fb9c84e52b902fa791e3
tree75cfe755fa179bc4526551b7c2703184b7f40fd4
parentc94963533c3ecec0cfadbb266c931900b4f258b1
2002-09-21  Zoltan Varga  <vargaz@freemail.hu>

* CallConvCdecl.cs: new file

* CallConvFastcall.cs: new file

* CallConvThiscall.cs: new file

* CallConvStdcall.cs: new file

* RuntimeHelpers.cs: Implemented OffsetToStringData, GetObjectValue and
RunClassConstructor.

svn path=/trunk/mcs/; revision=7764
mcs/class/corlib/System.Runtime.CompilerServices/CallConvCdecl.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.CompilerServices/CallConvFastcall.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.CompilerServices/CallConvStdcall.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.CompilerServices/CallConvThiscall.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog
mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs
mcs/class/corlib/unix.args