]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix incompatible type signatures on Plan 9
authorAnthony Martin <ality@pbrane.org>
Wed, 9 Jan 2013 23:05:22 +0000 (15:05 -0800)
committerAnthony Martin <ality@pbrane.org>
Wed, 9 Jan 2013 23:05:22 +0000 (15:05 -0800)
commit74c03cb81491a2e7e6559b6cf92518287260ce36
treefa3d4a96f5ca7f0e165d0eee4b89ddd454840903
parent593d8b0c1409d044472a2848de199eec498100b1
cmd/ld: fix incompatible type signatures on Plan 9

Changeset f483bfe81114 moved ELF generation to the architecture
independent code and in doing so added a Section* to the Sym
type and an Elf64_Shdr* to the Section type.

This caused the Plan 9 compilers to complain about incompatible
type signatures in the many files that reference the Sym type.

R=rsc, dave
CC=golang-dev
https://golang.org/cl/7057058
src/cmd/ld/lib.h