This patch to libgo merges in master revision 19185. This revision renamed and edited several files in the runtime directory. The files were changed from .c to .goc; .goc is a file that uses Go function declaration syntax with C function bodies. It's a convenient way to write Go-callable functions in C. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline.
Ian
foo.patch.bz2
Description: patch