[Mono-bugs] [Bug 69985][Nor] Changed - ldtoken broken w/OPT_SHARED
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Dec 2004 17:06:39 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69985
--- shadow/69985 2004-11-28 13:51:47.000000000 -0500
+++ shadow/69985.tmp.7072 2004-12-08 17:06:39.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69985
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,9 @@
}
}
====
When running without -O=shared, `t' is the real type (int in this case).
When running with -O=shared, `t' is the type parameter `T' (wrong).
+
+------- Additional Comments From vargaz@gmail.com 2004-12-08 17:06 -------
+Fixed in SVN.