2002-07-02 Martin Baulig <martin@gnome.org>
authorMartin Baulig <martin@novell.com>
Tue, 2 Jul 2002 18:17:48 +0000 (18:17 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 2 Jul 2002 18:17:48 +0000 (18:17 -0000)
commit2327b43b50534ccba0f8fea85a47634675c59aa8
treedd64b9347a709c22c649d11d54c6c2b580c6f9ee
parentfb88fb24f70f0f4c30d996b6d750b692c63c841a
2002-07-02  Martin Baulig  <martin@gnome.org>

* expression.cs (Invocation.EmitCall): When compiling corlib,
replace all calls to the system's System.Array type to calls to
the newly created one.

* typemanager.cs (TypeManager.InitCodeHelpers): Added a few more
System.Array methods.
(TypeManager.InitCoreTypes): When compiling corlib, get the methods
from the system's System.Array type which must be replaced.

svn path=/trunk/mcs/; revision=5548
mcs/mcs/ChangeLog
mcs/mcs/expression.cs
mcs/mcs/typemanager.cs