Commit 1f6f5639 authored by Russ Cox's avatar Russ Cox

5l, 8l: dregs

R=ken2
CC=golang-dev
https://golang.org/cl/2390041
parent 1b6282a7
......@@ -395,7 +395,6 @@ void addhist(int32, int);
Prog* appendp(Prog*);
void asmb(void);
void asmdyn(void);
void asmlc(void);
void asmthumbmap(void);
void asmout(Prog*, Optab*);
void thumbasmout(Prog*, Optab*);
......
......@@ -338,8 +338,6 @@ Prog* appendp(Prog*);
void asmb(void);
void asmdyn(void);
void asmins(Prog*);
void asmlc(void);
void asmsp(void);
void asmsym(void);
int32 atolwhex(char*);
Prog* brchain(Prog*);
......
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