Descriptioncmd/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.
Patch Set 1 #Patch Set 2 : diff -r c529f87b63d1 https://code.google.com/p/go/ #Patch Set 3 : diff -r 66b0356aa14c https://code.google.com/p/go/ #
Total comments: 1
Patch Set 4 : diff -r eb1f4df73e31 https://code.google.com/p/go/ #Patch Set 5 : diff -r adf4e96e9aa4 https://code.google.com/p/go/ #MessagesTotal messages: 6
|