Go patch committed: Add cgo support routines

Ian Lance Taylor iant@google.com
Tue Jan 11 19:21:00 GMT 2011


This patch to libgo adds cgo support routines like the ones I recently
added to the gc compiler.  These routines are used by code generated by
the development version of SWIG (as of this morning).  There is one
routine to allocate memory controlled by the Go garbage collector, and
one routine to invoke the Go builtin function panic.  Bootstrapped and
ran Go testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 5422 bytes
Desc: cgo
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110111/e8c2a985/attachment.bin>


More information about the Gcc-patches mailing list