[Mono-bugs] [Bug 60331][Maj] Changed - PowerPC JIT generates ba for branches between basic blocks
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Jun 2004 13:30:55 -0400 (EDT)
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=60331
--- shadow/60331 2004-06-21 13:24:08.000000000 -0400
+++ shadow/60331.tmp.8210 2004-06-21 13:30:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60331
Product: Mono: Runtime
Version: unspecified
OS: Mac OS X 10.3
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: lupus@ximian.com
ReportedBy: pcbeard@mac.com
QAContact: mono-bugs@ximian.com
@@ -94,6 +94,9 @@
likelihood of exceeding the range seems low. All other types of branches DO seem to
generate relocation information. Branch islands are necessary for the general case.
------- Additional Comments From lupus@ximian.com 2004-06-17 13:06 -------
Branches with big offsets are already handled separately
and preferring the relative branches should fix those as well.
+
+------- Additional Comments From lupus@ximian.com 2004-06-21 13:30 -------
+Patch committed, thanks.