]> Cypherpunks repositories - gostls13.git/commit
cmd/pack: rename __.SYMDEF to __.GOSYMDEF
authorRuss Cox <rsc@golang.org>
Thu, 13 Sep 2012 14:26:21 +0000 (10:26 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 13 Sep 2012 14:26:21 +0000 (10:26 -0400)
commit6ee91ced92fc27f8c93b0589484923593cad240f
treebad6a4ea4b6c9287c13be53c5337d79e040f99f1
parentec9967ff11851facad48bb0c11639e52a77f79b9
cmd/pack: rename __.SYMDEF to __.GOSYMDEF

This fixes a problem with ELF tools thinking they know the
format of the symbol table, as we do not use any of the
standard formats for that table.

This change will probably annoy the Plan 9 users, but I
believe there are other incompatibilities already that mean
they have to use a Go-specific nm.

Fixes #3473.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6500117
src/cmd/5l/5.out.h
src/cmd/6l/6.out.h
src/cmd/8l/8.out.h
src/cmd/gc/lex.c
src/cmd/ld/lib.c
src/cmd/nm/nm.c
src/cmd/pack/ar.c
src/pkg/exp/types/exportdata.go