summaryrefslogtreecommitdiff
path: root/src/cmd/ld/macho.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+18
2009-10-038c, 8l dynamic loading support.Russ Cox1-1/+8
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-09-30step toward darwin ffi: factor out macho codeRuss Cox1-0/+70
R=r DELTA=771 (374 added, 287 deleted, 110 changed) OCL=35187 CL=35187