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