[Mono-bugs] [Bug 59008][Min] Changed - MacOSX assembler is not compatible with --aot output

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 11:59:18 -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-06-10 22:59:13.000000000 -0400
+++ shadow/59008.tmp.30742	2004-06-13 11:59:18.000000000 -0400
@@ -278,6 +278,12 @@
 command is executed, using -dynamic, instead of -shared. In addition, the platform-
 specific shared library extension is now used in load_aot_module().
 
 With these changes, mono correctly assembles and links hello.exe.dylib. However, on 
 subsequent runs, the call to g_module_open("hello.exe.dylib", G_MODULE_BIND_LAZY) 
 returns NULL.
+
+------- Additional Comments From lupus@ximian.com  2004-06-13 11:59 -------
+Thanks for the patch: committed.
+We may want to avoid generating .align directives, since they are not
+really useful on ppc.
+Leaving the bug open for the other issue on load you mentioned.