Descriptionsrc/cmd/5g/*: Adjustments for compilation with Plan 9 tool chain.
5g/cgen.c:
. USED(n4) as it is only mentioned in unreachable code later;
. dropped unused assignments;
. commented out unreachable code;
5g/cgen64.c:
5g/ggen.c:
. dropped unused assignments of function return value;
5g/gg.h:
. added varargck pragmas;
5g/peep.c:
. USED(p1) used only in unreacheable code;
. commented out unreachable code;
5g/reg.c:
. dropped unused assignment;
Patch Set 1 #Patch Set 2 : diff -r 88744261dd47 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b982a9b23f2b https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 4 : diff -r b982a9b23f2b https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 5e1053337103 https://go.googlecode.com/hg/ #
MessagesTotal messages: 8
|