This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/46986] Go is not supported on Darwin
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 14 Dec 2011 01:43:11 +0000
- Subject: [Bug go/46986] Go is not supported on Darwin
- Auto-submitted: auto-generated
- References: <bug-46986-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
--- Comment #17 from Ian Lance Taylor <ian at airs dot com> 2011-12-14 01:43:11 UTC ---
The most recent patch is against gcc 4.6, and mainline is different.
I have just moved the support for reading export data out of the Go frontend
proper. The purpose of this move is to permit the control for where the data
lives to be entirely in gcc, including gcc/config/darwin.h.
I think that now the only thing which will need to change in the Go frontend
proper is using otool instead of objcopy in libgo/Makefile.am.
Can you set up a new patch against mainline?
Thanks.