Commit 5b1a196c authored by Dean Prichard's avatar Dean Prichard Committed by Russ Cox

arm: cleanup build warnings

trivial stuff
lex.c: these prototypes are in a.h
asm.c: unused variables
arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go

R=kaib, rsc
CC=golang-dev
https://golang.org/cl/244041
parent 96c9603a
......@@ -46,9 +46,6 @@ systemtype(int sys)
return sys&Plan9;
}
void* alloc(int32);
void* allocn(void*, int32, int32);
void
main(int argc, char *argv[])
{
......
......@@ -195,8 +195,8 @@ vlong elfstr[NElfStr];
void
doelf(void)
{
Sym *s, *shstrtab, *dynamic, *dynstr, *d;
int h, nsym, t;
Sym *s, *shstrtab, *dynamic, *dynstr;
int h, nsym;
if(!iself)
return;
......
......@@ -8,7 +8,8 @@ chan/perm.go
chan/powser1.go
chan/powser2.go
chan/select.go
chan/sieve.go
chan/sieve1.go
chan/sieve2.go
chancap.go
char_lit.go
closedchan.go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment