Commit f07a45f2 authored by Russ Cox's avatar Russ Cox

fix build

pieces of an upcoming CL leaked into CL 4168056

TBR=r
CC=golang-dev
https://golang.org/cl/4180057
parent d3ac545f
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#endif #endif
char *noname = "<none>"; char *noname = "<none>";
char thechar = '5';
char *thestring = "arm"; char *thestring = "arm";
/* /*
...@@ -262,7 +263,6 @@ main(int argc, char *argv[]) ...@@ -262,7 +263,6 @@ main(int argc, char *argv[])
follow(); follow();
softfloat(); softfloat();
noops(); noops();
dostkcheck();
span(); span();
pclntab(); pclntab();
symtab(); symtab();
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <ar.h> #include <ar.h>
char *noname = "<none>"; char *noname = "<none>";
char thechar = '6';
char* thestring = "amd64"; char* thestring = "amd64";
char* paramspace = "FP"; char* paramspace = "FP";
...@@ -252,7 +253,6 @@ main(int argc, char *argv[]) ...@@ -252,7 +253,6 @@ main(int argc, char *argv[])
if(HEADTYPE == 6) if(HEADTYPE == 6)
domacho(); domacho();
dostkoff(); dostkoff();
dostkcheck();
paramspace = "SP"; /* (FP) now (SP) on output */ paramspace = "SP"; /* (FP) now (SP) on output */
if(debug['p']) if(debug['p'])
if(debug['1']) if(debug['1'])
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#endif #endif
char *noname = "<none>"; char *noname = "<none>";
char thechar = '8';
char *thestring = "386"; char *thestring = "386";
/* /*
......
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