[Mono-bugs] [Bug 59008][Min] Changed - MacOSX assembler is not compatible with --aot output
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 09:23:09 -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=59008
--- shadow/59008 2004-05-25 19:35:03.000000000 -0400
+++ shadow/59008.tmp.13261 2004-05-26 09:23:09.000000000 -0400
@@ -3,21 +3,21 @@
Version: unspecified
OS: Mac OS X 10.3
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: pcbeard@mac.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: PowerPC --aot option generates garbage assembler
+Summary: MacOSX assembler is not compatible with --aot output
Please fill in this template when reporting a bug, unless you know what you are doing.
Description of Problem:
I have compiled CVS top of tree as of May 23, 2004, and when I try to use "mono --aot hello.exe"
it fails with a long error message:
@@ -256,6 +256,13 @@
.string "206D6526-B266-4848-AC9D-66A4687DBFE7"
.text 1
.globl mono_methods_present_table
.align 8
mono_methods_present_table:
.long 34003
+
+------- Additional Comments From lupus@ximian.com 2004-05-26 09:23 -------
+Feel free to submit a patch to produce different assembly, but the
+best way is to generate the binary Mach-O image directly, since most
+people don't have the dev tools installed anyway.
+AOT code is not going to be supported in beta2 in MacOSX (maybe in
+mono 1.0).