[Mono-bugs] [Bug 53975][Nor] New - debug data code is endian unclean
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Feb 2004 11:11:41 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53975
--- shadow/53975 2004-02-06 11:11:41.000000000 -0500
+++ shadow/53975.tmp.7316 2004-02-06 11:11:41.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 53975
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: debug data code is endian unclean
+
+The code that reads (and I suppose also the code that writes) the symbol
+data il full of assumptions about the endianess. It needs to be all
+reviewed, audited and fixed to use the proper code so it works on all the
+architectures.