]> Cypherpunks repositories - gostls13.git/commit
step toward darwin ffi: factor out macho code
authorRuss Cox <rsc@golang.org>
Thu, 1 Oct 2009 00:33:39 +0000 (17:33 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 1 Oct 2009 00:33:39 +0000 (17:33 -0700)
commit2157025ef0f56b5cd564eed7a20660206f1cd409
treea15f98dd881c534f8ae8e5b5228f62e3b4f0c4dc
parent399d23d4f468bc3925629a82c0806858cd0523b8
step toward darwin ffi: factor out macho code

R=r
DELTA=771  (374 added, 287 deleted, 110 changed)
OCL=35187
CL=35187
12 files changed:
src/cmd/6l/Makefile
src/cmd/6l/asm.c
src/cmd/6l/macho.c [new file with mode: 0644]
src/cmd/6l/obj.c
src/cmd/8l/Makefile
src/cmd/8l/asm.c
src/cmd/8l/l.h
src/cmd/8l/macho.c [new file with mode: 0644]
src/cmd/8l/obj.c
src/cmd/ld/elf.h
src/cmd/ld/macho.c [new file with mode: 0644]
src/cmd/ld/macho.h [new file with mode: 0644]