ilasm: Add stub parsing for .data cil attribute
authorVladimir Panteleev <git@thecybershadow.net>
Tue, 29 Nov 2016 10:28:21 +0000 (10:28 +0000)
committerVladimir Panteleev <git@thecybershadow.net>
Tue, 29 Nov 2016 10:28:21 +0000 (10:28 +0000)
commitc0b9100de822c7c33e9016b6df00db5e12962441
tree7e282c6a3e25c77b56b459ecd9ac9e9a12cfaaf8
parente186dcff2c2b6c6f32c72858425ba8b9d8b33efb
ilasm: Add stub parsing for .data cil attribute

The "cil" attribute seems to indicate that the data should be placed
in the .text section, along with the code.

Like the tls attribute, the cil attribute is only implemented insofar
as to recognize it as a valid keyword that can occur in a .data
declaration.
mcs/class/PEAPI/Metadata.cs
mcs/ilasm/codegen/DataDef.cs
mcs/ilasm/parser/ILParser.jay
mcs/ilasm/tests/test-35.il [new file with mode: 0644]