commit | 74c03cb81491a2e7e6559b6cf92518287260ce36 | [log] [tgz] |
---|---|---|
author | Anthony Martin <ality@pbrane.org> | Wed Jan 09 15:05:22 2013 -0800 |
committer | Anthony Martin <ality@pbrane.org> | Wed Jan 09 15:05:22 2013 -0800 |
tree | fa3d4a96f5ca7f0e165d0eee4b89ddd454840903 | |
parent | 593d8b0c1409d044472a2848de199eec498100b1 [diff] |
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