summaryrefslogtreecommitdiff
path: root/src/libmach/executable.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-24libmach: skip __nl_symbol_ptr section on OS XRuss Cox1-0/+2
R=r CC=golang-dev http://codereview.appspot.com/1275042
2009-10-22fix build after Mercurial move.Russ Cox1-1/+6
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004
2009-10-19support for 5.out filesRuss Cox1-1/+0
R=kaib DELTA=1262 (1247 added, 7 deleted, 8 changed) OCL=35907 CL=35909
2009-10-038c, 8l dynamic loading support.Russ Cox1-5/+7
better mach binaries. cgo working on darwin+linux amd64+386. eliminated context switches - pi is 30x faster. add libcgo to build. on snow leopard: - non-cgo binaries work; all tests pass. - cgo binaries work on amd64 but not 386. R=r DELTA=2031 (1316 added, 626 deleted, 89 changed) OCL=35264 CL=35304
2009-08-14rename libmach_amd64 libmachRob Pike1-0/+1274
R=rsc OCL=33273 CL=33276