[Mono-bugs] [Bug 76011][Nor] Changed - no support for .stackreserve
directive
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 7 12:16:21 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76011
--- shadow/76011 2005-09-07 11:55:15.000000000 -0400
+++ shadow/76011.tmp.26277 2005-09-07 12:16:21.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76011
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: IL assembler
AssignedTo: jankit at novell.com
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -36,6 +36,13 @@
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x03310000
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+------- Additional Comments From kornelpal at hotmail.com 2005-09-07 12:16 -------
+.stackreserve is IMAGE_OPTIONAL_HEADER.SizeOfStackReserve
+
+The runtime don't has to deal with this value as it is handled by
+Windows loader for executables but monodis and ilasm should support
+it.
More information about the mono-bugs
mailing list