* MethodDef.cs: Add named param table and methods to get named param
authorJackson Harper <jackson@novell.com>
Sun, 11 May 2003 23:38:53 +0000 (23:38 -0000)
committerJackson Harper <jackson@novell.com>
Sun, 11 May 2003 23:38:53 +0000 (23:38 -0000)
commite9ee0b6cd38984428fb79093ccd6cd747541c2e6
tree743ddcf4a261255812907ac350be30c8a8c337d5
parent7127df58125d9e25566410cf6f8e2046d2d715ae
    * MethodDef.cs: Add named param table and methods to get named param
positions. Add method to get named local variables slot
number. Make sure param_lists aren't null when defining them. Add
specialname and rtspecialname attributes if the method being
defined is named '.ctor' or '.cctor'. Add new method for creating
signatures using a list of typerefs.
* GlobalMethodRef.cs: Use new CreateSignature method that takes an
array of typerefs.
* MethodRef.cs: Use new CreateSignature method
* InstrTable.cs: Use INSTR_LOCAL and INSTR_PARAM tokens for
instructions that take local and param operands.

svn path=/trunk/mcs/; revision=14503
mcs/ilasm/codegen/ChangeLog
mcs/ilasm/codegen/MethodDef.cs