]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: include full symbol table in Mach-O output
authorRuss Cox <rsc@golang.org>
Sun, 10 Mar 2013 20:24:01 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 10 Mar 2013 20:24:01 +0000 (16:24 -0400)
commitdf6072b41c76f2ac839d248b7c706fa554f483ed
tree82b0780587d8d44f02bf9920cf79b0519cc147a6
parent85d83c2e51ae67a8f041e3949ffcaef17c7d9d59
cmd/ld: include full symbol table in Mach-O output

This makes binaries work with OS X nm.

R=ken2
CC=golang-dev
https://golang.org/cl/7558044
src/cmd/6l/asm.c
src/cmd/8l/asm.c
src/cmd/ld/data.c
src/cmd/ld/go.c
src/cmd/ld/lib.c
src/cmd/ld/lib.h
src/cmd/ld/macho.c
src/cmd/ld/macho.h
src/libmach/executable.c